Html Css Color HEX #BB9858 Barley Corn

📋 copy color: '#BB9858'

red 187 ◦ green 152 ◦ blue 88

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

Shades of Barley Corn #BB9858

Tints of Barley Corn #BB9858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.61%

R = 43.79%
G = 35.6%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB9858 (or 0xBB9858) is known color: Barley Corn. HEX triplet: BB, 98 and 58. RGB value is (187,152,88). Sum of RGB (Red+Green+Blue) = 187+152+88=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9858 is #4467A7. Grayscale: #9B9B9B. Windows color (decimal): -4482984 or 5806267. OLE color: 5806267.

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

Color convert

RGB 187 152 88 -
CMYK 0 0.19 0.53 0.27
HSL 38.79º 0.42% 0.54% -
HSV(B) 38.79º 0.53% 0.73% -
XYZ 33.48 33.73 13.98 -
YUV 155.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 187 152 88 0 0.19 0.53 0.27 38.79 0.42 0.54
Hex BB 98 58 0 13 35 1B 27 2A 36
Octal 273 230 130 0 23 65 33 47 52 66
Binary 10111011 10011000 1011000 0 10011 110101 11011 100111 101010 110110

Color Harmonies of #BB9858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9858

Black with #BB9858

Text Example


Text Example

White with #BB9858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9858; }

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

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

background-color css

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

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

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

border-color css

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

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

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