#B09269

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

Shades of Barley Corn #B09269

Tints of Barley Corn #B09269

Color information

#B09269 (or 0xB09269) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 69. RGB value is (176,146,105). Sum of RGB (Red+Green+Blue) = 176+146+105=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09269 is #4F6D96. Grayscale: #969696. Windows color (decimal): -5205399 or 6918832. OLE color: 6918832.

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

Color convert

RGB176146105-
CMYK00.170.400.31
HSL34.65º31%55.1%-
HSV(B)34.65º40.34%69.02%-
XYZ30.7330.8117.69-
YUV150.3102.44146.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=41.22%
G=34.19%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614610500.170.400.3134.653155.1
HexB09269011281F231f37
Octal2602221510215037433767
Binary101100001001001011010010100011010001111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09269; }

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

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

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

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

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

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

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

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