Html Css Color HEX #BC6F60 Contessa

📋 copy color: '#BC6F60'

red 188 ◦ green 111 ◦ blue 96

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

Shades of Contessa #BC6F60

Tints of Contessa #BC6F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 47.59%
G = 28.1%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC6F60 (or 0xBC6F60) is known color: Contessa. HEX triplet: BC, 6F and 60. RGB value is (188,111,96). Sum of RGB (Red+Green+Blue) = 188+111+96=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F60 is #43909F. Grayscale: #848484. Windows color (decimal): -4427936 or 6320060. OLE color: 6320060.

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

Color convert

RGB 188 111 96 -
CMYK 0 0.41 0.49 0.26
HSL 9.78º 0.41% 0.56% -
HSV(B) 9.78º 0.49% 0.74% -
XYZ 28.53 22.9 13.98 -
YUV 132.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 188 111 96 0 0.41 0.49 0.26 9.78 0.41 0.56
Hex BC 6F 60 0 29 31 1A A 29 38
Octal 274 157 140 0 51 61 32 12 51 70
Binary 10111100 1101111 1100000 0 101001 110001 11010 1010 101001 111000

Color Harmonies of #BC6F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F60

Black with #BC6F60

Text Example


Text Example

White with #BC6F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F60; }

 p { color: rgb(188,111,96); }

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

background-color css

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

 a { background-color: rgb(188,111,96); }

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

border-color css

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

 span { border-color: rgb(188,111,96); }

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