Html Css Color HEX #BB9856 Barley Corn

📋 copy color: '#BB9856'

red 187 ◦ green 152 ◦ blue 86

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

Shades of Barley Corn #BB9856

Tints of Barley Corn #BB9856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 44%
G = 35.76%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB9856 (or 0xBB9856) is known color: Barley Corn. HEX triplet: BB, 98 and 56. RGB value is (187,152,86). Sum of RGB (Red+Green+Blue) = 187+152+86=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9856 is #4467A9. Grayscale: #9B9B9B. Windows color (decimal): -4482986 or 5675195. OLE color: 5675195.

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

Color convert

RGB 187 152 86 -
CMYK 0 0.19 0.54 0.27
HSL 39.21º 0.43% 0.54% -
HSV(B) 39.21º 0.54% 0.73% -
XYZ 33.4 33.69 13.55 -
YUV 154.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 187 152 86 0 0.19 0.54 0.27 39.21 0.43 0.54
Hex BB 98 56 0 13 36 1B 27 2B 36
Octal 273 230 126 0 23 66 33 47 53 66
Binary 10111011 10011000 1010110 0 10011 110110 11011 100111 101011 110110

Color Harmonies of #BB9856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9856

Black with #BB9856

Text Example


Text Example

White with #BB9856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9856; }

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

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

background-color css

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

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

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

border-color css

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

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

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