Html Css Color HEX #BC7973 Contessa

📋 copy color: '#BC7973'

red 188 ◦ green 121 ◦ blue 115

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

Shades of Contessa #BC7973

Tints of Contessa #BC7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.54%

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 44.34%
G = 28.54%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC7973 (or 0xBC7973) is known color: Contessa. HEX triplet: BC, 79 and 73. RGB value is (188,121,115). Sum of RGB (Red+Green+Blue) = 188+121+115=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7973 is #43868C. Grayscale: #8C8C8C. Windows color (decimal): -4425357 or 7567804. OLE color: 7567804.

HSL color Cylindrical-coordinate representation of color #BC7973: hue angle of 4.93º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7973 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 115 -
CMYK 0 0.36 0.39 0.26
HSL 4.93º 0.35% 0.59% -
HSV(B) 4.93º 0.39% 0.74% -
XYZ 30.67 25.6 19.55 -
YUV 140.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 188 121 115 0 0.36 0.39 0.26 4.93 0.35 0.59
Hex BC 79 73 0 24 27 1A 5 23 3B
Octal 274 171 163 0 44 47 32 5 43 73
Binary 10111100 1111001 1110011 0 100100 100111 11010 101 100011 111011

Color Harmonies of #BC7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7973

Black with #BC7973

Text Example


Text Example

White with #BC7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7973; }

 p { color: rgb(188,121,115); }

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

background-color css

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

 a { background-color: rgb(188,121,115); }

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

border-color css

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

 span { border-color: rgb(188,121,115); }

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