Html Css Color HEX #BC6A68 Contessa

📋 copy color: '#BC6A68'

red 188 ◦ green 106 ◦ blue 104

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

Shades of Contessa #BC6A68

Tints of Contessa #BC6A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 47.24%
G = 26.63%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6A68 (or 0xBC6A68) is known color: Contessa. HEX triplet: BC, 6A and 68. RGB value is (188,106,104). Sum of RGB (Red+Green+Blue) = 188+106+104=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A68 is #439597. Grayscale: #828282. Windows color (decimal): -4429208 or 6843068. OLE color: 6843068.

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

Color convert

RGB 188 106 104 -
CMYK 0 0.44 0.45 0.26
HSL 1.43º 0.39% 0.57% -
HSV(B) 1.43º 0.45% 0.74% -
XYZ 28.39 22 15.85 -
YUV 130.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 188 106 104 0 0.44 0.45 0.26 1.43 0.39 0.57
Hex BC 6A 68 0 2C 2D 1A 1 27 39
Octal 274 152 150 0 54 55 32 1 47 71
Binary 10111100 1101010 1101000 0 101100 101101 11010 1 100111 111001

Color Harmonies of #BC6A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A68

Black with #BC6A68

Text Example


Text Example

White with #BC6A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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