Html Css Color HEX #BC7670 Contessa

📋 copy color: '#BC7670'

red 188 ◦ green 118 ◦ blue 112

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

Shades of Contessa #BC7670

Tints of Contessa #BC7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 44.98%
G = 28.23%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7670 (or 0xBC7670) is known color: Contessa. HEX triplet: BC, 76 and 70. RGB value is (188,118,112). Sum of RGB (Red+Green+Blue) = 188+118+112=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7670 is #43898F. Grayscale: #8A8A8A. Windows color (decimal): -4426128 or 7370428. OLE color: 7370428.

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

Color convert

RGB 188 118 112 -
CMYK 0 0.37 0.40 0.26
HSL 4.74º 0.36% 0.59% -
HSV(B) 4.74º 0.4% 0.74% -
XYZ 30.14 24.82 18.53 -
YUV 138.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 188 118 112 0 0.37 0.40 0.26 4.74 0.36 0.59
Hex BC 76 70 0 25 28 1A 5 24 3B
Octal 274 166 160 0 45 50 32 5 44 73
Binary 10111100 1110110 1110000 0 100101 101000 11010 101 100100 111011

Color Harmonies of #BC7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7670

Black with #BC7670

Text Example


Text Example

White with #BC7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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