Html Css Color HEX #BC7060 Contessa

📋 copy color: '#BC7060'

red 188 ◦ green 112 ◦ blue 96

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

Shades of Contessa #BC7060

Tints of Contessa #BC7060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 47.47%
G = 28.28%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC7060 (or 0xBC7060) is known color: Contessa. HEX triplet: BC, 70 and 60. RGB value is (188,112,96). Sum of RGB (Red+Green+Blue) = 188+112+96=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7060 is #438F9F. Grayscale: #858585. Windows color (decimal): -4427680 or 6320316. OLE color: 6320316.

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

Color convert

RGB 188 112 96 -
CMYK 0 0.40 0.49 0.26
HSL 10.43º 0.41% 0.56% -
HSV(B) 10.43º 0.49% 0.74% -
XYZ 28.64 23.12 14.02 -
YUV 132.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 188 112 96 0 0.40 0.49 0.26 10.43 0.41 0.56
Hex BC 70 60 0 28 31 1A A 29 38
Octal 274 160 140 0 50 61 32 12 51 70
Binary 10111100 1110000 1100000 0 101000 110001 11010 1010 101001 111000

Color Harmonies of #BC7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7060

Black with #BC7060

Text Example


Text Example

White with #BC7060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7060; }

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

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

background-color css

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

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

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

border-color css

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

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

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