Html Css Color HEX #BB9E5B Barley Corn

📋 copy color: '#BB9E5B'

red 187 ◦ green 158 ◦ blue 91

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

Shades of Barley Corn #BB9E5B

Tints of Barley Corn #BB9E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.87%

R = 42.89%
G = 36.24%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB9E5B (or 0xBB9E5B) is known color: Barley Corn. HEX triplet: BB, 9E and 5B. RGB value is (187,158,91). Sum of RGB (Red+Green+Blue) = 187+158+91=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E5B is #4461A4. Grayscale: #9F9F9F. Windows color (decimal): -4481445 or 6004411. OLE color: 6004411.

HSL color Cylindrical-coordinate representation of color #BB9E5B: hue angle of 41.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB9E5B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 91 -
CMYK 0 0.16 0.51 0.27
HSL 41.88º 0.41% 0.55% -
HSV(B) 41.88º 0.51% 0.73% -
XYZ 34.61 35.77 14.98 -
YUV 159.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 187 158 91 0 0.16 0.51 0.27 41.88 0.41 0.55
Hex BB 9E 5B 0 10 33 1B 2A 29 37
Octal 273 236 133 0 20 63 33 52 51 67
Binary 10111011 10011110 1011011 0 10000 110011 11011 101010 101001 110111

Color Harmonies of #BB9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E5B

Black with #BB9E5B

Text Example


Text Example

White with #BB9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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