Html Css Color HEX #BB9970 Fallow

📋 copy color: '#BB9970'

red 187 ◦ green 153 ◦ blue 112

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

Shades of Fallow #BB9970

Tints of Fallow #BB9970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 41.37%
G = 33.85%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB9970 (or 0xBB9970) is known color: Fallow. HEX triplet: BB, 99 and 70. RGB value is (187,153,112). Sum of RGB (Red+Green+Blue) = 187+153+112=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9970 is #44668F. Grayscale: #9E9E9E. Windows color (decimal): -4482704 or 7379387. OLE color: 7379387.

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

Color convert

RGB 187 153 112 -
CMYK 0 0.18 0.40 0.27
HSL 32.8º 0.36% 0.59% -
HSV(B) 32.8º 0.4% 0.73% -
XYZ 34.81 34.52 20.16 -
YUV 158.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 187 153 112 0 0.18 0.40 0.27 32.8 0.36 0.59
Hex BB 99 70 0 12 28 1B 21 24 3B
Octal 273 231 160 0 22 50 33 41 44 73
Binary 10111011 10011001 1110000 0 10010 101000 11011 100001 100100 111011

Color Harmonies of #BB9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9970

Black with #BB9970

Text Example


Text Example

White with #BB9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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