Html Css Color HEX #BC7768 Contessa

📋 copy color: '#BC7768'

red 188 ◦ green 119 ◦ blue 104

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

Shades of Contessa #BC7768

Tints of Contessa #BC7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 45.74%
G = 28.95%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7768 (or 0xBC7768) is known color: Contessa. HEX triplet: BC, 77 and 68. RGB value is (188,119,104). Sum of RGB (Red+Green+Blue) = 188+119+104=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7768 is #438897. Grayscale: #8A8A8A. Windows color (decimal): -4425880 or 6846396. OLE color: 6846396.

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

Color convert

RGB 188 119 104 -
CMYK 0 0.37 0.45 0.26
HSL 10.71º 0.39% 0.57% -
HSV(B) 10.71º 0.45% 0.74% -
XYZ 29.83 24.88 16.33 -
YUV 137.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 188 119 104 0 0.37 0.45 0.26 10.71 0.39 0.57
Hex BC 77 68 0 25 2D 1A B 27 39
Octal 274 167 150 0 45 55 32 13 47 71
Binary 10111100 1110111 1101000 0 100101 101101 11010 1011 100111 111001

Color Harmonies of #BC7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7768

Black with #BC7768

Text Example


Text Example

White with #BC7768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7768; }

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

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

background-color css

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

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

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

border-color css

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

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

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