Html Css Color HEX #BB9957 Barley Corn

📋 copy color: '#BB9957'

red 187 ◦ green 153 ◦ blue 87

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

Shades of Barley Corn #BB9957

Tints of Barley Corn #BB9957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 43.79%
G = 35.83%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB9957 (or 0xBB9957) is known color: Barley Corn. HEX triplet: BB, 99 and 57. RGB value is (187,153,87). Sum of RGB (Red+Green+Blue) = 187+153+87=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9957 is #4466A8. Grayscale: #9B9B9B. Windows color (decimal): -4482729 or 5740987. OLE color: 5740987.

HSL color Cylindrical-coordinate representation of color #BB9957: hue angle of 39.6º 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 #BB9957 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 87 -
CMYK 0 0.18 0.53 0.27
HSL 39.6º 0.42% 0.54% -
HSV(B) 39.6º 0.53% 0.73% -
XYZ 33.61 34.04 13.82 -
YUV 155.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 187 153 87 0 0.18 0.53 0.27 39.6 0.42 0.54
Hex BB 99 57 0 12 35 1B 28 2A 36
Octal 273 231 127 0 22 65 33 50 52 66
Binary 10111011 10011001 1010111 0 10010 110101 11011 101000 101010 110110

Color Harmonies of #BB9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9957

Black with #BB9957

Text Example


Text Example

White with #BB9957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9957; }

 p { color: rgb(187,153,87); }

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

background-color css

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

 a { background-color: rgb(187,153,87); }

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

border-color css

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

 span { border-color: rgb(187,153,87); }

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