Html Css Color HEX #BB9459 Barley Corn

📋 copy color: '#BB9459'

red 187 ◦ green 148 ◦ blue 89

#BB9459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #BB9459

Tints of Barley Corn #BB9459

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 44.1%
G = 34.91%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB9459 (or 0xBB9459) is known color: Barley Corn. HEX triplet: BB, 94 and 59. RGB value is (187,148,89). Sum of RGB (Red+Green+Blue) = 187+148+89=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9459 is #446BA6. Grayscale: #999999. Windows color (decimal): -4484007 or 5870779. OLE color: 5870779.

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

Color convert

RGB 187 148 89 -
CMYK 0 0.21 0.52 0.27
HSL 36.12º 0.42% 0.54% -
HSV(B) 36.12º 0.52% 0.73% -
XYZ 32.89 32.47 13.98 -
YUV 152.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 187 148 89 0 0.21 0.52 0.27 36.12 0.42 0.54
Hex BB 94 59 0 15 34 1B 24 2A 36
Octal 273 224 131 0 25 64 33 44 52 66
Binary 10111011 10010100 1011001 0 10101 110100 11011 100100 101010 110110

Color Harmonies of #BB9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9459

Black with #BB9459

Text Example


Text Example

White with #BB9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9459; }

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

 H1.HeaderClassName
 {
   color: #BB9459;
 }
 .AnyTagClassName
 {
   color: #BB9459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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