Html Css Color HEX #BC7873 Contessa

📋 copy color: '#BC7873'

red 188 ◦ green 120 ◦ blue 115

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

Shades of Contessa #BC7873

Tints of Contessa #BC7873

RGB

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

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

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

R = 44.44%
G = 28.37%
B = 27.19%

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

#BC7873 (or 0xBC7873) is known color: Contessa. HEX triplet: BC, 78 and 73. RGB value is (188,120,115). Sum of RGB (Red+Green+Blue) = 188+120+115=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7873 is #43878C. Grayscale: #8B8B8B. Windows color (decimal): -4425613 or 7567548. OLE color: 7567548.

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

Color convert

RGB 188 120 115 -
CMYK 0 0.36 0.39 0.26
HSL 4.11º 0.35% 0.59% -
HSV(B) 4.11º 0.39% 0.74% -
XYZ 30.55 25.36 19.5 -
YUV 139.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 188 120 115 0 0.36 0.39 0.26 4.11 0.35 0.59
Hex BC 78 73 0 24 27 1A 4 23 3B
Octal 274 170 163 0 44 47 32 4 43 73
Binary 10111100 1111000 1110011 0 100100 100111 11010 100 100011 111011

Color Harmonies of #BC7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7873

Black with #BC7873

Text Example


Text Example

White with #BC7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7873; }

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

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

background-color css

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

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

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

border-color css

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

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

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