#BB9658

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

Shades of Barley Corn #BB9658

Tints of Barley Corn #BB9658

Color information

#BB9658 (or 0xBB9658) is unknown color: approx Barley Corn. HEX triplet: BB, 96 and 58. RGB value is (187,150,88). Sum of RGB (Red+Green+Blue) = 187+150+88=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9658 is #4469A7. Grayscale: #9A9A9A. Windows color (decimal): -4483496 or 5805755. OLE color: 5805755.

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

Color convert

RGB18715088-
CMYK00.200.530.27
HSL37.58º42.13%53.92%-
HSV(B)37.58º52.94%73.33%-
XYZ33.1633.0813.87-
YUV15490.76151.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=44%
G=35.29%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871508800.200.530.2737.5842.1353.92
HexBB9658014351B262a36
Octal2732261300246533465266
Binary1011101110010110101100001010011010111011100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9658; }

 p { color: rgb(187,150,88); }

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

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

 a { background-color: rgb(187,150,88); }

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

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

 span { border-color: rgb(187,150,88); }

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