Html Css Color HEX #BC7271 Contessa

📋 copy color: '#BC7271'

red 188 ◦ green 114 ◦ blue 113

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

Shades of Contessa #BC7271

Tints of Contessa #BC7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 45.3%
G = 27.47%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7271 (or 0xBC7271) is known color: Contessa. HEX triplet: BC, 72 and 71. RGB value is (188,114,113). Sum of RGB (Red+Green+Blue) = 188+114+113=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7271 is #438D8E. Grayscale: #888888. Windows color (decimal): -4427151 or 7434940. OLE color: 7434940.

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

Color convert

RGB 188 114 113 -
CMYK 0 0.39 0.40 0.26
HSL 0.8º 0.36% 0.59% -
HSV(B) 0.8º 0.4% 0.74% -
XYZ 29.74 23.92 18.67 -
YUV 136.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 188 114 113 0 0.39 0.40 0.26 0.8 0.36 0.59
Hex BC 72 71 0 27 28 1A 1 24 3B
Octal 274 162 161 0 47 50 32 1 44 73
Binary 10111100 1110010 1110001 0 100111 101000 11010 1 100100 111011

Color Harmonies of #BC7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7271

Black with #BC7271

Text Example


Text Example

White with #BC7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7271; }

 p { color: rgb(188,114,113); }

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

background-color css

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

 a { background-color: rgb(188,114,113); }

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

border-color css

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

 span { border-color: rgb(188,114,113); }

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