Html Css Color HEX #BC6562 Contessa

📋 copy color: '#BC6562'

red 188 ◦ green 101 ◦ blue 98

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

Shades of Contessa #BC6562

Tints of Contessa #BC6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 48.58%
G = 26.1%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC6562 (or 0xBC6562) is known color: Contessa. HEX triplet: BC, 65 and 62. RGB value is (188,101,98). Sum of RGB (Red+Green+Blue) = 188+101+98=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6562 is #439A9D. Grayscale: #7E7E7E. Windows color (decimal): -4430494 or 6448572. OLE color: 6448572.

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

Color convert

RGB 188 101 98 -
CMYK 0 0.46 0.48 0.26
HSL 0.4% 0.56% -
HSV(B) 0.48% 0.74% -
XYZ 27.6 20.88 14.13 -
YUV 126.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 188 101 98 0 0.46 0.48 0.26 2 0.4 0.56
Hex BC 65 62 0 2E 30 1A 2 28 38
Octal 274 145 142 0 56 60 32 2 50 70
Binary 10111100 1100101 1100010 0 101110 110000 11010 10 101000 111000

Color Harmonies of #BC6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6562

Black with #BC6562

Text Example


Text Example

White with #BC6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6562; }

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

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

background-color css

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

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

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

border-color css

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

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

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