Html Css Color HEX #BB9855 Barley Corn

📋 copy color: '#BB9855'

red 187 ◦ green 152 ◦ blue 85

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

Shades of Barley Corn #BB9855

Tints of Barley Corn #BB9855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.05%

R = 44.1%
G = 35.85%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB9855 (or 0xBB9855) is known color: Barley Corn. HEX triplet: BB, 98 and 55. RGB value is (187,152,85). Sum of RGB (Red+Green+Blue) = 187+152+85=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9855 is #4467AA. Grayscale: #9B9B9B. Windows color (decimal): -4482987 or 5609659. OLE color: 5609659.

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

Color convert

RGB 187 152 85 -
CMYK 0 0.19 0.55 0.27
HSL 39.41º 0.43% 0.53% -
HSV(B) 39.41º 0.55% 0.73% -
XYZ 33.36 33.68 13.34 -
YUV 154.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 187 152 85 0 0.19 0.55 0.27 39.41 0.43 0.53
Hex BB 98 55 0 13 37 1B 27 2B 35
Octal 273 230 125 0 23 67 33 47 53 65
Binary 10111011 10011000 1010101 0 10011 110111 11011 100111 101011 110101

Color Harmonies of #BB9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9855

Black with #BB9855

Text Example


Text Example

White with #BB9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9855; }

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

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

background-color css

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

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

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

border-color css

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

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

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