Color Hex Logo

#beb279 Color Hex

#BEB279
(190,178,121)
0 Favorites   0 Comments

Color spaces of #beb279

RGB 190178121
HSL0.140.350.61
HSV50°36°75°
CMYK 0.000.060.36   0.25
XYZ40.606844.168424.4743
Yxy44.16840.37170.4043
Hunter Lab66.4593-7.239924.6874
CIE-Lab72.3409-4.200230.7082

#beb279 color RGB value is (190,178,121).

#beb279 hex color red value is 190, green value is 178 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #beb279 hue: 0.14 , saturation: 0.35 and the lightness value of beb279 is 0.61.

The process color (four color CMYK) of #beb279 color hex is 0.00, 0.06, 0.36, 0.25. Web safe color of #beb279 is #cc9966. Color #beb279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01111001
Octal 276 262 171
Decimal 190 178 121
Hex BE B2 79

RGB Percentages of Color #beb279

%38.85
%36.40
%24.74

CMYK Percentages of Color #beb279

%0
%6
%36
%25

Triadic Colors of #beb279

#beb279 #79beb2 #b279be

Analogous Colors of #beb279

#beb279 #a8be79 #be9079

Monochromatic Colors of #beb279

#beb279

Complementary Color

#beb279 #7985be

#beb279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb279 Color CSS Codes

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

#beb279 Text Font Color

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

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


#beb279 Background Color

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

This div background color is #beb279


#beb279 Border Color

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

This div border color is #beb279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb279


Comments

No comments written yet.

Please login to write comment.