#B09869

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

Shades of Barley Corn #B09869

Tints of Barley Corn #B09869

Color information

#B09869 (or 0xB09869) is unknown color: approx Barley Corn. HEX triplet: B0, 98 and 69. RGB value is (176,152,105). Sum of RGB (Red+Green+Blue) = 176+152+105=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09869 is #4F6796. Grayscale: #9A9A9A. Windows color (decimal): -5203863 or 6920368. OLE color: 6920368.

HSL color Cylindrical-coordinate representation of color #B09869: hue angle of 39.72º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09869 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176152105-
CMYK00.140.400.31
HSL39.72º31%55.1%-
HSV(B)39.72º40.34%69.02%-
XYZ31.6832.7118.01-
YUV153.82100.45143.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=40.65%
G=35.10%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615210500.140.400.3139.723155.1
HexB098690E281F281f37
Octal2602301510165037503767
Binary10110000100110001101001011101010001111110100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09869; }

 p { color: rgb(176,152,105); }

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

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

 a { background-color: rgb(176,152,105); }

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

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

 span { border-color: rgb(176,152,105); }

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