Html Css Color HEX #BB9860 Barley Corn

📋 copy color: '#BB9860'

red 187 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #BB9860

Tints of Barley Corn #BB9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.94%

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 42.99%
G = 34.94%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB9860 (or 0xBB9860) is known color: Barley Corn. HEX triplet: BB, 98 and 60. RGB value is (187,152,96). Sum of RGB (Red+Green+Blue) = 187+152+96=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9860 is #44679F. Grayscale: #9C9C9C. Windows color (decimal): -4482976 or 6330555. OLE color: 6330555.

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

Color convert

RGB 187 152 96 -
CMYK 0 0.19 0.49 0.27
HSL 36.92º 0.4% 0.55% -
HSV(B) 36.92º 0.49% 0.73% -
XYZ 33.83 33.87 15.82 -
YUV 156.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 187 152 96 0 0.19 0.49 0.27 36.92 0.4 0.55
Hex BB 98 60 0 13 31 1B 25 28 37
Octal 273 230 140 0 23 61 33 45 50 67
Binary 10111011 10011000 1100000 0 10011 110001 11011 100101 101000 110111

Color Harmonies of #BB9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9860

Black with #BB9860

Text Example


Text Example

White with #BB9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9860; }

 p { color: rgb(187,152,96); }

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

background-color css

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

 a { background-color: rgb(187,152,96); }

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

border-color css

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

 span { border-color: rgb(187,152,96); }

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