#BB9462

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

Shades of Barley Corn #BB9462

Tints of Barley Corn #BB9462

Color information

#BB9462 (or 0xBB9462) is unknown color: approx Barley Corn. HEX triplet: BB, 94 and 62. RGB value is (187,148,98). Sum of RGB (Red+Green+Blue) = 187+148+98=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9462 is #446B9D. Grayscale: #9A9A9A. Windows color (decimal): -4483998 or 6460603. OLE color: 6460603.

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

Color convert

RGB18714898-
CMYK00.210.480.27
HSL33.71º39.56%55.88%-
HSV(B)33.71º47.59%73.33%-
XYZ33.2932.6316.1-
YUV153.9696.42151.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=43.19%
G=34.18%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871489800.210.480.2733.7139.5655.88
HexBB9462015301B222838
Octal2732241420256033425070
Binary1011101110010100110001001010111000011011100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9462; }

 p { color: rgb(187,148,98); }

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

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

 a { background-color: rgb(187,148,98); }

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

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

 span { border-color: rgb(187,148,98); }

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