#B09469

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

Shades of Barley Corn #B09469

Tints of Barley Corn #B09469

Color information

#B09469 (or 0xB09469) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 69. RGB value is (176,148,105). Sum of RGB (Red+Green+Blue) = 176+148+105=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09469 is #4F6B96. Grayscale: #979797. Windows color (decimal): -5204887 or 6919344. OLE color: 6919344.

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

Color convert

RGB176148105-
CMYK00.160.400.31
HSL36.34º31%55.1%-
HSV(B)36.34º40.34%69.02%-
XYZ31.0431.4317.79-
YUV151.47101.78145.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=41.03%
G=34.50%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614810500.160.400.3136.343155.1
HexB09469010281F241f37
Octal2602241510205037443767
Binary101100001001010011010010100001010001111110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09469; }

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

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

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

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

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

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

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

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