Html Css Color HEX #BC6261 Contessa

📋 copy color: '#BC6261'

red 188 ◦ green 98 ◦ blue 97

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

Shades of Contessa #BC6261

Tints of Contessa #BC6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 49.09%
G = 25.59%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC6261 (or 0xBC6261) is known color: Contessa. HEX triplet: BC, 62 and 61. RGB value is (188,98,97). Sum of RGB (Red+Green+Blue) = 188+98+97=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6261 is #439D9E. Grayscale: #7C7C7C. Windows color (decimal): -4431263 or 6382268. OLE color: 6382268.

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

Color convert

RGB 188 98 97 -
CMYK 0 0.48 0.48 0.26
HSL 0.66º 0.4% 0.56% -
HSV(B) 0.66º 0.48% 0.74% -
XYZ 27.26 20.29 13.79 -
YUV 124.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 188 98 97 0 0.48 0.48 0.26 0.66 0.4 0.56
Hex BC 62 61 0 30 30 1A 1 28 38
Octal 274 142 141 0 60 60 32 1 50 70
Binary 10111100 1100010 1100001 0 110000 110000 11010 1 101000 111000

Color Harmonies of #BC6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6261

Black with #BC6261

Text Example


Text Example

White with #BC6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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