Html Css Color HEX #BC6D62 Contessa

📋 copy color: '#BC6D62'

red 188 ◦ green 109 ◦ blue 98

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

Shades of Contessa #BC6D62

Tints of Contessa #BC6D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

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

R = 47.59%
G = 27.59%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC6D62 (or 0xBC6D62) is known color: Contessa. HEX triplet: BC, 6D and 62. RGB value is (188,109,98). Sum of RGB (Red+Green+Blue) = 188+109+98=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D62 is #43929D. Grayscale: #838383. Windows color (decimal): -4428446 or 6450620. OLE color: 6450620.

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

Color convert

RGB 188 109 98 -
CMYK 0 0.42 0.48 0.26
HSL 7.33º 0.4% 0.56% -
HSV(B) 7.33º 0.48% 0.74% -
XYZ 28.41 22.51 14.4 -
YUV 131.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 188 109 98 0 0.42 0.48 0.26 7.33 0.4 0.56
Hex BC 6D 62 0 2A 30 1A 7 28 38
Octal 274 155 142 0 52 60 32 7 50 70
Binary 10111100 1101101 1100010 0 101010 110000 11010 111 101000 111000

Color Harmonies of #BC6D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D62

Black with #BC6D62

Text Example


Text Example

White with #BC6D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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