#b69b66

Color #B69B66 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B69B66

Tints of Barley Corn #B69B66

Color information

#B69B66 (or 0xB69B66) is unknown color: approx Barley Corn. HEX triplet: B6, 9B and 66. RGB value is (182,155,102). Sum of RGB (Red+Green+Blue) = 182+155+102=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B66 is #496499. Grayscale: #9D9D9D. Windows color (decimal): -4809882 or 6724534. OLE color: 6724534.

HSL color Cylindrical-coordinate representation of color #B69B66: hue angle of 39.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B69B66 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182155102-
CMYK00.150.440.29
HSL39.75º35.4%55.69%-
HSV(B)39.75º43.96%71.37%-
XYZ33.4134.3517.44-
YUV157.0396.95145.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=41.46%
G=35.31%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215510200.150.440.2939.7535.455.69
HexB69B660F2C1D282338
Octal2662331460175435504370
Binary101101101001101111001100111110110011101101000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69b66; }

 p { color: rgb(182,155,102); }

 H1.HeaderClassName
 {
   color: #b69b66;
 }
 .AnyTagClassName
 {
   color: #b69b66;
 }
</style>
background-color css

<style>
 a { background-color: #b69b66; }

 a { background-color: rgb(182,155,102); }

 div.DivClassName
 {
   background-color: #b69b66;
 }
 .BgClassName
 {
   background-color: #b69b66;
 }
</style>
border-color css

<style>
 span { border-color: #b69b66; }

 span { border-color: rgb(182,155,102); }

 td.TdClassName
 {
   border-color: #b69b66;
 }
 .TagClassName
 {
   border-color: #b69b66;
 }
</style>