Html Css Color HEX #BB9757 Barley Corn

📋 copy color: '#BB9757'

red 187 ◦ green 151 ◦ blue 87

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

Shades of Barley Corn #BB9757

Tints of Barley Corn #BB9757

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.53%

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

R = 44%
G = 35.53%
B = 20.47%

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

#BB9757 (or 0xBB9757) is known color: Barley Corn. HEX triplet: BB, 97 and 57. RGB value is (187,151,87). Sum of RGB (Red+Green+Blue) = 187+151+87=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9757 is #4468A8. Grayscale: #9A9A9A. Windows color (decimal): -4483241 or 5740475. OLE color: 5740475.

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

Color convert

RGB 187 151 87 -
CMYK 0 0.19 0.53 0.27
HSL 38.4º 0.42% 0.54% -
HSV(B) 38.4º 0.53% 0.73% -
XYZ 33.28 33.39 13.71 -
YUV 154.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 187 151 87 0 0.19 0.53 0.27 38.4 0.42 0.54
Hex BB 97 57 0 13 35 1B 26 2A 36
Octal 273 227 127 0 23 65 33 46 52 66
Binary 10111011 10010111 1010111 0 10011 110101 11011 100110 101010 110110

Color Harmonies of #BB9757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9757

Black with #BB9757

Text Example


Text Example

White with #BB9757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9757; }

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

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

background-color css

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

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

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

border-color css

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

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

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