Html Css Color HEX #BC7561 Contessa

📋 copy color: '#BC7561'

red 188 ◦ green 117 ◦ blue 97

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

Shades of Contessa #BC7561

Tints of Contessa #BC7561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.13%

R = 46.77%
G = 29.1%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC7561 (or 0xBC7561) is known color: Contessa. HEX triplet: BC, 75 and 61. RGB value is (188,117,97). Sum of RGB (Red+Green+Blue) = 188+117+97=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7561 is #438A9E. Grayscale: #888888. Windows color (decimal): -4426399 or 6387132. OLE color: 6387132.

HSL color Cylindrical-coordinate representation of color #BC7561: hue angle of 13.19º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7561 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 97 -
CMYK 0 0.38 0.48 0.26
HSL 13.19º 0.4% 0.56% -
HSV(B) 13.19º 0.48% 0.74% -
XYZ 29.26 24.28 14.45 -
YUV 135.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 188 117 97 0 0.38 0.48 0.26 13.19 0.4 0.56
Hex BC 75 61 0 26 30 1A D 28 38
Octal 274 165 141 0 46 60 32 15 50 70
Binary 10111100 1110101 1100001 0 100110 110000 11010 1101 101000 111000

Color Harmonies of #BC7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7561

Black with #BC7561

Text Example


Text Example

White with #BC7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7561; }

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

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

background-color css

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

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

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

border-color css

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

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

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