#B09867

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

Shades of Barley Corn #B09867

Tints of Barley Corn #B09867

Color information

#B09867 (or 0xB09867) is unknown color: approx Barley Corn. HEX triplet: B0, 98 and 67. RGB value is (176,152,103). Sum of RGB (Red+Green+Blue) = 176+152+103=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B09867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09867 is #4F6798. Grayscale: #999999. Windows color (decimal): -5203865 or 6789296. OLE color: 6789296.

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

Color convert

RGB176152103-
CMYK00.140.410.31
HSL40.27º31.6%54.71%-
HSV(B)40.27º41.48%69.02%-
XYZ31.5832.6717.47-
YUV153.5999.45143.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=40.84%
G=35.27%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615210300.140.410.3140.2731.654.71
HexB098670E291F282037
Octal2602301470165137504067
Binary101100001001100011001110111010100111111101000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09867; }

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

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

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

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

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

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

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

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