#B9905C

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

Shades of Barley Corn #B9905C

Tints of Barley Corn #B9905C

Color information

#B9905C (or 0xB9905C) is unknown color: approx Barley Corn. HEX triplet: B9, 90 and 5C. RGB value is (185,144,92). Sum of RGB (Red+Green+Blue) = 185+144+92=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905C is #466FA3. Grayscale: #969696. Windows color (decimal): -4616100 or 6066361. OLE color: 6066361.

HSL color Cylindrical-coordinate representation of color #B9905C: hue angle of 33.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9905C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18514492-
CMYK00.220.500.27
HSL33.55º39.91%54.31%-
HSV(B)33.55º50.27%72.55%-
XYZ31.9131.0314.43-
YUV150.3395.08152.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=43.94%
G=34.20%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851449200.220.500.2733.5539.9154.31
HexB9905C016321B222836
Octal2712201340266233425066
Binary1011100110010000101110001011011001011011100010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9905C; }

 p { color: rgb(185,144,92); }

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

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

 a { background-color: rgb(185,144,92); }

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

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

 span { border-color: rgb(185,144,92); }

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