#BB9563

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

Shades of Barley Corn #BB9563

Tints of Barley Corn #BB9563

Color information

#BB9563 (or 0xBB9563) is unknown color: approx Barley Corn. HEX triplet: BB, 95 and 63. RGB value is (187,149,99). Sum of RGB (Red+Green+Blue) = 187+149+99=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9563 is #446A9C. Grayscale: #9A9A9A. Windows color (decimal): -4483741 or 6526395. OLE color: 6526395.

HSL color Cylindrical-coordinate representation of color #BB9563: hue angle of 34.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB9563 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18714999-
CMYK00.200.470.27
HSL34.09º39.29%56.08%-
HSV(B)34.09º47.06%73.33%-
XYZ33.4932.9616.4-
YUV154.6696.59151.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=42.99%
G=34.25%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871499900.200.470.2734.0939.2956.08
HexBB95630142F1B222738
Octal2732251430245733424770
Binary1011101110010101110001101010010111111011100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9563; }

 p { color: rgb(187,149,99); }

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

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

 a { background-color: rgb(187,149,99); }

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

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

 span { border-color: rgb(187,149,99); }

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