Color Hex Logo

#beb375 Color Hex

#BEB375
(190,179,117)
0 Favorites   0 Comments

Color spaces of #beb375

RGB 190179117
HSL0.140.360.60
HSV51°38°75°
CMYK 0.000.060.38   0.25
XYZ40.566244.471723.2755
Yxy44.47170.37450.4106
Hunter Lab66.6871-8.119725.9873
CIE-Lab72.5427-5.195333.0749

#beb375 color RGB value is (190,179,117).

#beb375 hex color red value is 190, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #beb375 hue: 0.14 , saturation: 0.36 and the lightness value of beb375 is 0.60.

The process color (four color CMYK) of #beb375 color hex is 0.00, 0.06, 0.38, 0.25. Web safe color of #beb375 is #cccc66. Color #beb375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01110101
Octal 276 263 165
Decimal 190 179 117
Hex BE B3 75

RGB Percentages of Color #beb375

%39.09
%36.83
%24.07

CMYK Percentages of Color #beb375

%0
%6
%38
%25

Triadic Colors of #beb375

#beb375 #75beb3 #b375be

Analogous Colors of #beb375

#beb375 #a5be75 #be8f75

Monochromatic Colors of #beb375

#beb375

Complementary Color

#beb375 #7580be

#beb375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb375 Color CSS Codes

.mybgcolor {background-color:#beb375; } 
.myforecolor {color:#beb375; }
.mybordercolor {border:3px solid #beb375; }

#beb375 Text Font Color

<p style="color:#beb375">Text here</p>

This sample text font color is #beb375
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#beb375 Background Color

<div style="background-color:#beb375">
Div content here</div>

This div background color is #beb375


#beb375 Border Color

<div style="border:3px solid #beb375">
Div here</div>

This div border color is #beb375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,179,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beb375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beb375;
  -webkit-box-shadow: 1px 1px 3px 2px #beb375;
  box-shadow:         1px 1px 3px 2px #beb375; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,179,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beb375">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #beb375;
  -webkit-box-shadow: 1px 1px 3px 2px #beb375;
  box-shadow:         1px 1px 3px 2px #beb375;">
Div content here</div>

This div box has shadow with color #beb375


Comments

No comments written yet.

Please login to write comment.