Html Css Color HEX #BC6C62 Contessa

📋 copy color: '#BC6C62'

red 188 ◦ green 108 ◦ blue 98

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

Shades of Contessa #BC6C62

Tints of Contessa #BC6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 47.72%
G = 27.41%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC6C62 (or 0xBC6C62) is known color: Contessa. HEX triplet: BC, 6C and 62. RGB value is (188,108,98). Sum of RGB (Red+Green+Blue) = 188+108+98=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C62 is #43939D. Grayscale: #828282. Windows color (decimal): -4428702 or 6450364. OLE color: 6450364.

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

Color convert

RGB 188 108 98 -
CMYK 0 0.43 0.48 0.26
HSL 6.67º 0.4% 0.56% -
HSV(B) 6.67º 0.48% 0.74% -
XYZ 28.31 22.3 14.37 -
YUV 130.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 188 108 98 0 0.43 0.48 0.26 6.67 0.4 0.56
Hex BC 6C 62 0 2B 30 1A 7 28 38
Octal 274 154 142 0 53 60 32 7 50 70
Binary 10111100 1101100 1100010 0 101011 110000 11010 111 101000 111000

Color Harmonies of #BC6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C62

Black with #BC6C62

Text Example


Text Example

White with #BC6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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