Html Css Color HEX #BC7568 Contessa

📋 copy color: '#BC7568'

red 188 ◦ green 117 ◦ blue 104

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

Shades of Contessa #BC7568

Tints of Contessa #BC7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 45.97%
G = 28.61%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7568 (or 0xBC7568) is known color: Contessa. HEX triplet: BC, 75 and 68. RGB value is (188,117,104). Sum of RGB (Red+Green+Blue) = 188+117+104=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7568 is #438A97. Grayscale: #888888. Windows color (decimal): -4426392 or 6845884. OLE color: 6845884.

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

Color convert

RGB 188 117 104 -
CMYK 0 0.38 0.45 0.26
HSL 9.29º 0.39% 0.57% -
HSV(B) 9.29º 0.45% 0.74% -
XYZ 29.6 24.41 16.25 -
YUV 136.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 188 117 104 0 0.38 0.45 0.26 9.29 0.39 0.57
Hex BC 75 68 0 26 2D 1A 9 27 39
Octal 274 165 150 0 46 55 32 11 47 71
Binary 10111100 1110101 1101000 0 100110 101101 11010 1001 100111 111001

Color Harmonies of #BC7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7568

Black with #BC7568

Text Example


Text Example

White with #BC7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7568; }

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

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

background-color css

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

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

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

border-color css

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

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

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