Html Css Color HEX #BB9E5A Barley Corn

📋 copy color: '#BB9E5A'

red 187 ◦ green 158 ◦ blue 90

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

Shades of Barley Corn #BB9E5A

Tints of Barley Corn #BB9E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 42.99%
G = 36.32%
B = 20.69%

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

#BB9E5A (or 0xBB9E5A) is known color: Barley Corn. HEX triplet: BB, 9E and 5A. RGB value is (187,158,90). Sum of RGB (Red+Green+Blue) = 187+158+90=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E5A is #4461A5. Grayscale: #9F9F9F. Windows color (decimal): -4481446 or 5938875. OLE color: 5938875.

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

Color convert

RGB 187 158 90 -
CMYK 0 0.16 0.52 0.27
HSL 42.06º 0.42% 0.54% -
HSV(B) 42.06º 0.52% 0.73% -
XYZ 34.57 35.76 14.75 -
YUV 158.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 187 158 90 0 0.16 0.52 0.27 42.06 0.42 0.54
Hex BB 9E 5A 0 10 34 1B 2A 2A 36
Octal 273 236 132 0 20 64 33 52 52 66
Binary 10111011 10011110 1011010 0 10000 110100 11011 101010 101010 110110

Color Harmonies of #BB9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E5A

Black with #BB9E5A

Text Example


Text Example

White with #BB9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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