Html Css Color HEX #BB9C71 Fallow

📋 copy color: '#BB9C71'

red 187 ◦ green 156 ◦ blue 113

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

Shades of Fallow #BB9C71

Tints of Fallow #BB9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 41.01%
G = 34.21%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB9C71 (or 0xBB9C71) is known color: Fallow. HEX triplet: BB, 9C and 71. RGB value is (187,156,113). Sum of RGB (Red+Green+Blue) = 187+156+113=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C71 is #44638E. Grayscale: #A0A0A0. Windows color (decimal): -4481935 or 7445691. OLE color: 7445691.

HSL color Cylindrical-coordinate representation of color #BB9C71: hue angle of 34.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9C71 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 113 -
CMYK 0 0.17 0.40 0.27
HSL 34.86º 0.35% 0.59% -
HSV(B) 34.86º 0.4% 0.73% -
XYZ 35.36 35.53 20.62 -
YUV 160.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 187 156 113 0 0.17 0.40 0.27 34.86 0.35 0.59
Hex BB 9C 71 0 11 28 1B 23 23 3B
Octal 273 234 161 0 21 50 33 43 43 73
Binary 10111011 10011100 1110001 0 10001 101000 11011 100011 100011 111011

Color Harmonies of #BB9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C71

Black with #BB9C71

Text Example


Text Example

White with #BB9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C71; }

 p { color: rgb(187,156,113); }

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

background-color css

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

 a { background-color: rgb(187,156,113); }

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

border-color css

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

 span { border-color: rgb(187,156,113); }

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