Html Css Color HEX #BB7973 Contessa

📋 copy color: '#BB7973'

red 187 ◦ green 121 ◦ blue 115

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

Shades of Contessa #BB7973

Tints of Contessa #BB7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 44.21%
G = 28.61%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB7973 (or 0xBB7973) is known color: Contessa. HEX triplet: BB, 79 and 73. RGB value is (187,121,115). Sum of RGB (Red+Green+Blue) = 187+121+115=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7973 is #44868C. Grayscale: #8C8C8C. Windows color (decimal): -4490893 or 7567803. OLE color: 7567803.

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

Color convert

RGB 187 121 115 -
CMYK 0 0.35 0.39 0.27
HSL 0.35% 0.59% -
HSV(B) 0.39% 0.73% -
XYZ 30.43 25.48 19.53 -
YUV 140.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 187 121 115 0 0.35 0.39 0.27 5 0.35 0.59
Hex BB 79 73 0 23 27 1B 5 23 3B
Octal 273 171 163 0 43 47 33 5 43 73
Binary 10111011 1111001 1110011 0 100011 100111 11011 101 100011 111011

Color Harmonies of #BB7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7973

Black with #BB7973

Text Example


Text Example

White with #BB7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7973; }

 p { color: rgb(187,121,115); }

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

background-color css

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

 a { background-color: rgb(187,121,115); }

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

border-color css

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

 span { border-color: rgb(187,121,115); }

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