Html Css Color HEX #BC6F68 Contessa

📋 copy color: '#BC6F68'

red 188 ◦ green 111 ◦ blue 104

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

Shades of Contessa #BC6F68

Tints of Contessa #BC6F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 46.65%
G = 27.54%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6F68 (or 0xBC6F68) is known color: Contessa. HEX triplet: BC, 6F and 68. RGB value is (188,111,104). Sum of RGB (Red+Green+Blue) = 188+111+104=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F68 is #439097. Grayscale: #858585. Windows color (decimal): -4427928 or 6844348. OLE color: 6844348.

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

Color convert

RGB 188 111 104 -
CMYK 0 0.41 0.45 0.26
HSL 0.39% 0.57% -
HSV(B) 0.45% 0.74% -
XYZ 28.92 23.06 16.02 -
YUV 133.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 188 111 104 0 0.41 0.45 0.26 5 0.39 0.57
Hex BC 6F 68 0 29 2D 1A 5 27 39
Octal 274 157 150 0 51 55 32 5 47 71
Binary 10111100 1101111 1101000 0 101001 101101 11010 101 100111 111001

Color Harmonies of #BC6F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F68

Black with #BC6F68

Text Example


Text Example

White with #BC6F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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