Html Css Color HEX #BC7062 Contessa

📋 copy color: '#BC7062'

red 188 ◦ green 112 ◦ blue 98

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

Shades of Contessa #BC7062

Tints of Contessa #BC7062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 47.24%
G = 28.14%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC7062 (or 0xBC7062) is known color: Contessa. HEX triplet: BC, 70 and 62. RGB value is (188,112,98). Sum of RGB (Red+Green+Blue) = 188+112+98=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7062 is #438F9D. Grayscale: #858585. Windows color (decimal): -4427678 or 6451388. OLE color: 6451388.

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

Color convert

RGB 188 112 98 -
CMYK 0 0.40 0.48 0.26
HSL 9.33º 0.4% 0.56% -
HSV(B) 9.33º 0.48% 0.74% -
XYZ 28.74 23.16 14.51 -
YUV 133.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 188 112 98 0 0.40 0.48 0.26 9.33 0.4 0.56
Hex BC 70 62 0 28 30 1A 9 28 38
Octal 274 160 142 0 50 60 32 11 50 70
Binary 10111100 1110000 1100010 0 101000 110000 11010 1001 101000 111000

Color Harmonies of #BC7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7062

Black with #BC7062

Text Example


Text Example

White with #BC7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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