#B09B67

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

Shades of Barley Corn #B09B67

Tints of Barley Corn #B09B67

Color information

#B09B67 (or 0xB09B67) is unknown color: approx Barley Corn. HEX triplet: B0, 9B and 67. RGB value is (176,155,103). Sum of RGB (Red+Green+Blue) = 176+155+103=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B67 is #4F6498. Grayscale: #9B9B9B. Windows color (decimal): -5203097 or 6790064. OLE color: 6790064.

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

Color convert

RGB176155103-
CMYK00.120.410.31
HSL42.74º31.6%54.71%-
HSV(B)42.74º41.48%69.02%-
XYZ32.0733.6517.64-
YUV155.3598.46142.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=40.55%
G=35.71%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615510300.120.410.3142.7431.654.71
HexB09B670C291F2b2037
Octal2602331470145137534067
Binary101100001001101111001110110010100111111101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B67; }

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

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

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

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

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

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

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

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