Html Css Color HEX #BB7974 Contessa

📋 copy color: '#BB7974'

red 187 ◦ green 121 ◦ blue 116

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

Shades of Contessa #BB7974

Tints of Contessa #BB7974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 44.1%
G = 28.54%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB7974 (or 0xBB7974) is known color: Contessa. HEX triplet: BB, 79 and 74. RGB value is (187,121,116). Sum of RGB (Red+Green+Blue) = 187+121+116=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7974 is #44868B. Grayscale: #8C8C8C. Windows color (decimal): -4490892 or 7633339. OLE color: 7633339.

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

Color convert

RGB 187 121 116 -
CMYK 0 0.35 0.38 0.27
HSL 4.23º 0.34% 0.59% -
HSV(B) 4.23º 0.38% 0.73% -
XYZ 30.48 25.5 19.84 -
YUV 140.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 187 121 116 0 0.35 0.38 0.27 4.23 0.34 0.59
Hex BB 79 74 0 23 26 1B 4 22 3B
Octal 273 171 164 0 43 46 33 4 42 73
Binary 10111011 1111001 1110100 0 100011 100110 11011 100 100010 111011

Color Harmonies of #BB7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7974

Black with #BB7974

Text Example


Text Example

White with #BB7974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7974; }

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

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

background-color css

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

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

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

border-color css

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

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

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