Html Css Color HEX #BC7870 Contessa

📋 copy color: '#BC7870'

red 188 ◦ green 120 ◦ blue 112

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

Shades of Contessa #BC7870

Tints of Contessa #BC7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

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

R = 44.76%
G = 28.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7870 (or 0xBC7870) is known color: Contessa. HEX triplet: BC, 78 and 70. RGB value is (188,120,112). Sum of RGB (Red+Green+Blue) = 188+120+112=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7870 is #43878F. Grayscale: #8B8B8B. Windows color (decimal): -4425616 or 7370940. OLE color: 7370940.

HSL color Cylindrical-coordinate representation of color #BC7870: hue angle of 6.32º 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 #BC7870 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 112 -
CMYK 0 0.36 0.40 0.26
HSL 6.32º 0.36% 0.59% -
HSV(B) 6.32º 0.4% 0.74% -
XYZ 30.38 25.29 18.61 -
YUV 139.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 188 120 112 0 0.36 0.40 0.26 6.32 0.36 0.59
Hex BC 78 70 0 24 28 1A 6 24 3B
Octal 274 170 160 0 44 50 32 6 44 73
Binary 10111100 1111000 1110000 0 100100 101000 11010 110 100100 111011

Color Harmonies of #BC7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7870

Black with #BC7870

Text Example


Text Example

White with #BC7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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