Html Css Color HEX #BB976F Fallow

📋 copy color: '#BB976F'

red 187 ◦ green 151 ◦ blue 111

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

Shades of Fallow #BB976F

Tints of Fallow #BB976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 41.65%
G = 33.63%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB976F (or 0xBB976F) is known color: Fallow. HEX triplet: BB, 97 and 6F. RGB value is (187,151,111). Sum of RGB (Red+Green+Blue) = 187+151+111=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB976F is #446890. Grayscale: #9D9D9D. Windows color (decimal): -4483217 or 7313339. OLE color: 7313339.

HSL color Cylindrical-coordinate representation of color #BB976F: hue angle of 31.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB976F is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 111 -
CMYK 0 0.19 0.41 0.27
HSL 31.58º 0.36% 0.58% -
HSV(B) 31.58º 0.41% 0.73% -
XYZ 34.43 33.85 19.76 -
YUV 157.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 187 151 111 0 0.19 0.41 0.27 31.58 0.36 0.58
Hex BB 97 6F 0 13 29 1B 20 24 3A
Octal 273 227 157 0 23 51 33 40 44 72
Binary 10111011 10010111 1101111 0 10011 101001 11011 100000 100100 111010

Color Harmonies of #BB976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB976F

Black with #BB976F

Text Example


Text Example

White with #BB976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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