Html Css Color HEX #BB9E59 Barley Corn

📋 copy color: '#BB9E59'

red 187 ◦ green 158 ◦ blue 89

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

Shades of Barley Corn #BB9E59

Tints of Barley Corn #BB9E59

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

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

R = 43.09%
G = 36.41%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB9E59 (or 0xBB9E59) is known color: Barley Corn. HEX triplet: BB, 9E and 59. RGB value is (187,158,89). Sum of RGB (Red+Green+Blue) = 187+158+89=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E59 is #4461A6. Grayscale: #9F9F9F. Windows color (decimal): -4481447 or 5873339. OLE color: 5873339.

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

Color convert

RGB 187 158 89 -
CMYK 0 0.16 0.52 0.27
HSL 42.24º 0.42% 0.54% -
HSV(B) 42.24º 0.52% 0.73% -
XYZ 34.52 35.74 14.53 -
YUV 158.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 187 158 89 0 0.16 0.52 0.27 42.24 0.42 0.54
Hex BB 9E 59 0 10 34 1B 2A 2A 36
Octal 273 236 131 0 20 64 33 52 52 66
Binary 10111011 10011110 1011001 0 10000 110100 11011 101010 101010 110110

Color Harmonies of #BB9E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E59

Black with #BB9E59

Text Example


Text Example

White with #BB9E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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