Color Hex Logo

#beb475 Color Hex

#BEB475
(190,180,117)
0 Favorites   0 Comments

Color spaces of #beb475

RGB 190180117
HSL0.140.360.60
HSV52°38°75°
CMYK 0.000.050.38   0.25
XYZ40.767344.874023.3425
Yxy44.87400.37410.4117
Hunter Lab66.9881-8.598426.2316
CIE-Lab72.8089-5.721733.4192

#beb475 color RGB value is (190,180,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01110101
Octal 276 264 165
Decimal 190 180 117
Hex BE B4 75

RGB Percentages of Color #beb475

%39.01
%36.96
%24.02

CMYK Percentages of Color #beb475

%0
%5
%38
%25

Triadic Colors of #beb475

#beb475 #75beb4 #b475be

Analogous Colors of #beb475

#beb475 #a4be75 #be9075

Monochromatic Colors of #beb475

#beb475

Complementary Color

#beb475 #757fbe

#beb475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb475 Color CSS Codes

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

#beb475 Text Font Color

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

This sample text font color is #beb475
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.


#beb475 Background Color

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

This div background color is #beb475


#beb475 Border Color

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

This div border color is #beb475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,180,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 #beb475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb475


Comments

No comments written yet.

Please login to write comment.