Html Css Color HEX #BB9470 Fallow

📋 copy color: '#BB9470'

red 187 ◦ green 148 ◦ blue 112

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

Shades of Fallow #BB9470

Tints of Fallow #BB9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 41.83%
G = 33.11%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB9470 (or 0xBB9470) is known color: Fallow. HEX triplet: BB, 94 and 70. RGB value is (187,148,112). Sum of RGB (Red+Green+Blue) = 187+148+112=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9470 is #446B8F. Grayscale: #9B9B9B. Windows color (decimal): -4483984 or 7378107. OLE color: 7378107.

HSL color Cylindrical-coordinate representation of color #BB9470: hue angle of 28.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 #BB9470 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 112 -
CMYK 0 0.21 0.40 0.27
HSL 28.8º 0.36% 0.59% -
HSV(B) 28.8º 0.4% 0.73% -
XYZ 34.01 32.91 19.89 -
YUV 155.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 187 148 112 0 0.21 0.40 0.27 28.8 0.36 0.59
Hex BB 94 70 0 15 28 1B 1D 24 3B
Octal 273 224 160 0 25 50 33 35 44 73
Binary 10111011 10010100 1110000 0 10101 101000 11011 11101 100100 111011

Color Harmonies of #BB9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9470

Black with #BB9470

Text Example


Text Example

White with #BB9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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