#B09167

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

Shades of Barley Corn #B09167

Tints of Barley Corn #B09167

Color information

#B09167 (or 0xB09167) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 67. RGB value is (176,145,103). Sum of RGB (Red+Green+Blue) = 176+145+103=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09167 is #4F6E98. Grayscale: #959595. Windows color (decimal): -5205657 or 6787504. OLE color: 6787504.

HSL color Cylindrical-coordinate representation of color #B09167: hue angle of 34.52º 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 #B09167 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176145103-
CMYK00.180.410.31
HSL34.52º31.6%54.71%-
HSV(B)34.52º41.48%69.02%-
XYZ30.4830.4617.1-
YUV149.48101.77146.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=41.51%
G=34.20%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614510300.180.410.3134.5231.654.71
HexB09167012291F232037
Octal2602211470225137434067
Binary1011000010010001110011101001010100111111100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09167; }

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

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

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

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

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

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

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

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