#B09969

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

Shades of Barley Corn #B09969

Tints of Barley Corn #B09969

Color information

#B09969 (or 0xB09969) is unknown color: approx Barley Corn. HEX triplet: B0, 99 and 69. RGB value is (176,153,105). Sum of RGB (Red+Green+Blue) = 176+153+105=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B09969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09969 is #4F6696. Grayscale: #9A9A9A. Windows color (decimal): -5203607 or 6920624. OLE color: 6920624.

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

Color convert

RGB176153105-
CMYK00.130.400.31
HSL40.56º31%55.1%-
HSV(B)40.56º40.34%69.02%-
XYZ31.8533.0318.06-
YUV154.4100.12143.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=40.55%
G=35.25%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615310500.130.400.3140.563155.1
HexB099690D281F291f37
Octal2602311510155037513767
Binary10110000100110011101001011011010001111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09969; }

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

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

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

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

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

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

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

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