Html Css Color HEX #BC7868 Contessa

📋 copy color: '#BC7868'

red 188 ◦ green 120 ◦ blue 104

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

Shades of Contessa #BC7868

Tints of Contessa #BC7868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 45.63%
G = 29.13%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7868 (or 0xBC7868) is known color: Contessa. HEX triplet: BC, 78 and 68. RGB value is (188,120,104). Sum of RGB (Red+Green+Blue) = 188+120+104=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7868 is #438797. Grayscale: #8A8A8A. Windows color (decimal): -4425624 or 6846652. OLE color: 6846652.

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

Color convert

RGB 188 120 104 -
CMYK 0 0.36 0.45 0.26
HSL 11.43º 0.39% 0.57% -
HSV(B) 11.43º 0.45% 0.74% -
XYZ 29.95 25.12 16.37 -
YUV 138.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 188 120 104 0 0.36 0.45 0.26 11.43 0.39 0.57
Hex BC 78 68 0 24 2D 1A B 27 39
Octal 274 170 150 0 44 55 32 13 47 71
Binary 10111100 1111000 1101000 0 100100 101101 11010 1011 100111 111001

Color Harmonies of #BC7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7868

Black with #BC7868

Text Example


Text Example

White with #BC7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7868; }

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

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

background-color css

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

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

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

border-color css

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

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

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