#BB905C

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

Shades of Barley Corn #BB905C

Tints of Barley Corn #BB905C

Color information

#BB905C (or 0xBB905C) is unknown color: approx Barley Corn. HEX triplet: BB, 90 and 5C. RGB value is (187,144,92). Sum of RGB (Red+Green+Blue) = 187+144+92=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB905C is #446FA3. Grayscale: #979797. Windows color (decimal): -4485028 or 6066363. OLE color: 6066363.

HSL color Cylindrical-coordinate representation of color #BB905C: hue angle of 32.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB905C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18714492-
CMYK00.230.510.27
HSL32.84º41.13%54.71%-
HSV(B)32.84º50.8%73.33%-
XYZ32.431.2814.46-
YUV150.9394.75153.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=44.21%
G=34.04%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871449200.230.510.2732.8441.1354.71
HexBB905C017331B212937
Octal2732201340276333415167
Binary1011101110010000101110001011111001111011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB905C; }

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

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

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

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

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

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

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

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