Color Hex Logo

#bea27b Color Hex

#BEA27B
(190,162,123)
0 Favorites   0 Comments

Color spaces of #bea27b

RGB 190162123
HSL0.100.340.61
HSV35°35°75°
CMYK 0.000.150.35   0.25
XYZ37.730738.217924.1271
Yxy38.21790.37700.3819
Hunter Lab61.82060.757020.1350
CIE-Lab68.18094.621524.1136

#bea27b color RGB value is (190,162,123).

#bea27b hex color red value is 190, green value is 162 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bea27b hue: 0.10 , saturation: 0.34 and the lightness value of bea27b is 0.61.

The process color (four color CMYK) of #bea27b color hex is 0.00, 0.15, 0.35, 0.25. Web safe color of #bea27b is #cc9966. Color #bea27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01111011
Octal 276 242 173
Decimal 190 162 123
Hex BE A2 7B

RGB Percentages of Color #bea27b

%40.00
%34.11
%25.89

CMYK Percentages of Color #bea27b

%0
%15
%35
%25

Triadic Colors of #bea27b

#bea27b #7bbea2 #a27bbe

Analogous Colors of #bea27b

#bea27b #b9be7b #be817b

Monochromatic Colors of #bea27b

#bea27b

Complementary Color

#bea27b #7b97be

#bea27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea27b Color CSS Codes

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

#bea27b Text Font Color

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

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


#bea27b Background Color

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

This div background color is #bea27b


#bea27b Border Color

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

This div border color is #bea27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea27b


Comments

No comments written yet.

Please login to write comment.