Html Css Color HEX #BB976C Fallow

📋 copy color: '#BB976C'

red 187 ◦ green 151 ◦ blue 108

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

Shades of Fallow #BB976C

Tints of Fallow #BB976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 41.93%
G = 33.86%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB976C (or 0xBB976C) is known color: Fallow. HEX triplet: BB, 97 and 6C. RGB value is (187,151,108). Sum of RGB (Red+Green+Blue) = 187+151+108=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB976C is #446893. Grayscale: #9D9D9D. Windows color (decimal): -4483220 or 7116731. OLE color: 7116731.

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

Color convert

RGB 187 151 108 -
CMYK 0 0.19 0.42 0.27
HSL 32.66º 0.37% 0.58% -
HSV(B) 32.66º 0.42% 0.73% -
XYZ 34.27 33.78 18.9 -
YUV 156.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 187 151 108 0 0.19 0.42 0.27 32.66 0.37 0.58
Hex BB 97 6C 0 13 2A 1B 21 25 3A
Octal 273 227 154 0 23 52 33 41 45 72
Binary 10111011 10010111 1101100 0 10011 101010 11011 100001 100101 111010

Color Harmonies of #BB976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB976C

Black with #BB976C

Text Example


Text Example

White with #BB976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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