Html Css Color HEX #BC6B68 Contessa

📋 copy color: '#BC6B68'

red 188 ◦ green 107 ◦ blue 104

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

Shades of Contessa #BC6B68

Tints of Contessa #BC6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 47.12%
G = 26.82%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6B68 (or 0xBC6B68) is known color: Contessa. HEX triplet: BC, 6B and 68. RGB value is (188,107,104). Sum of RGB (Red+Green+Blue) = 188+107+104=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B68 is #439497. Grayscale: #828282. Windows color (decimal): -4428952 or 6843324. OLE color: 6843324.

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

Color convert

RGB 188 107 104 -
CMYK 0 0.43 0.45 0.26
HSL 2.14º 0.39% 0.57% -
HSV(B) 2.14º 0.45% 0.74% -
XYZ 28.5 22.21 15.88 -
YUV 130.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 188 107 104 0 0.43 0.45 0.26 2.14 0.39 0.57
Hex BC 6B 68 0 2B 2D 1A 2 27 39
Octal 274 153 150 0 53 55 32 2 47 71
Binary 10111100 1101011 1101000 0 101011 101101 11010 10 100111 111001

Color Harmonies of #BC6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B68

Black with #BC6B68

Text Example


Text Example

White with #BC6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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