#BB9359

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

Shades of Barley Corn #BB9359

Tints of Barley Corn #BB9359

Color information

#BB9359 (or 0xBB9359) is unknown color: approx Barley Corn. HEX triplet: BB, 93 and 59. RGB value is (187,147,89). Sum of RGB (Red+Green+Blue) = 187+147+89=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9359 is #446CA6. Grayscale: #989898. Windows color (decimal): -4484263 or 5870523. OLE color: 5870523.

HSL color Cylindrical-coordinate representation of color #BB9359: hue angle of 35.51º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB9359 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18714789-
CMYK00.210.520.27
HSL35.51º41.88%54.12%-
HSV(B)35.51º52.41%73.33%-
XYZ32.7332.1513.93-
YUV152.3592.25152.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=44.21%
G=34.75%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871478900.210.520.2735.5141.8854.12
HexBB9359015341B242a36
Octal2732231310256433445266
Binary1011101110010011101100101010111010011011100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9359; }

 p { color: rgb(187,147,89); }

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

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

 a { background-color: rgb(187,147,89); }

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

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

 span { border-color: rgb(187,147,89); }

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