#BB905E

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

Shades of Barley Corn #BB905E

Tints of Barley Corn #BB905E

Color information

#BB905E (or 0xBB905E) is unknown color: approx Barley Corn. HEX triplet: BB, 90 and 5E. RGB value is (187,144,94). Sum of RGB (Red+Green+Blue) = 187+144+94=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB905E is #446FA1. Grayscale: #979797. Windows color (decimal): -4485026 or 6197435. OLE color: 6197435.

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

Color convert

RGB18714494-
CMYK00.230.500.27
HSL32.26º40.61%55.1%-
HSV(B)32.26º49.73%73.33%-
XYZ32.4931.3214.92-
YUV151.1695.75153.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=44%
G=33.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871449400.230.500.2732.2640.6155.1
HexBB905E017321B202937
Octal2732201360276233405167
Binary1011101110010000101111001011111001011011100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB905E; }

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

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

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

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

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

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

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

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