#BB985D

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

Shades of Barley Corn #BB985D

Tints of Barley Corn #BB985D

Color information

#BB985D (or 0xBB985D) is unknown color: approx Barley Corn. HEX triplet: BB, 98 and 5D. RGB value is (187,152,93). Sum of RGB (Red+Green+Blue) = 187+152+93=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB985D is #4467A2. Grayscale: #9C9C9C. Windows color (decimal): -4482979 or 6133947. OLE color: 6133947.

HSL color Cylindrical-coordinate representation of color #BB985D: hue angle of 37.66º 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 #BB985D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18715293-
CMYK00.190.500.27
HSL37.66º40.87%54.9%-
HSV(B)37.66º50.27%73.33%-
XYZ33.733.8115.11-
YUV155.7492.6150.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=43.29%
G=35.19%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871529300.190.500.2737.6640.8754.9
HexBB985D013321B262937
Octal2732301350236233465167
Binary1011101110011000101110101001111001011011100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB985D; }

 p { color: rgb(187,152,93); }

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

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

 a { background-color: rgb(187,152,93); }

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

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

 span { border-color: rgb(187,152,93); }

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