Html Css Color HEX #BC7070 Contessa

📋 copy color: '#BC7070'

red 188 ◦ green 112 ◦ blue 112

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

Shades of Contessa #BC7070

Tints of Contessa #BC7070

RGB

 RED value IS 188 (73.83% from 255) = 45.63%

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 45.63%
G = 27.18%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7070 (or 0xBC7070) is known color: Contessa. HEX triplet: BC, 70 and 70. RGB value is (188,112,112). Sum of RGB (Red+Green+Blue) = 188+112+112=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7070 is #438F8F. Grayscale: #868686. Windows color (decimal): -4427664 or 7368892. OLE color: 7368892.

HSL color Cylindrical-coordinate representation of color #BC7070: hue angle of 0º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7070 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 112 -
CMYK 0 0.40 0.40 0.26
HSL 0.36% 0.59% -
HSV(B) 0.4% 0.74% -
XYZ 29.46 23.45 18.3 -
YUV 134.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 188 112 112 0 0.40 0.40 0.26 0 0.36 0.59
Hex BC 70 70 0 28 28 1A 0 24 3B
Octal 274 160 160 0 50 50 32 0 44 73
Binary 10111100 1110000 1110000 0 101000 101000 11010 0 100100 111011

Color Harmonies of #BC7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7070

Black with #BC7070

Text Example


Text Example

White with #BC7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7070; }

 p { color: rgb(188,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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