Html Css Color HEX #BC7270 Contessa

📋 copy color: '#BC7270'

red 188 ◦ green 114 ◦ blue 112

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

Shades of Contessa #BC7270

Tints of Contessa #BC7270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 45.41%
G = 27.54%
B = 27.05%

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

#BC7270 (or 0xBC7270) is known color: Contessa. HEX triplet: BC, 72 and 70. RGB value is (188,114,112). Sum of RGB (Red+Green+Blue) = 188+114+112=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7270 is #438D8F. Grayscale: #878787. Windows color (decimal): -4427152 or 7369404. OLE color: 7369404.

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

Color convert

RGB 188 114 112 -
CMYK 0 0.39 0.40 0.26
HSL 1.58º 0.36% 0.59% -
HSV(B) 1.58º 0.4% 0.74% -
XYZ 29.68 23.9 18.38 -
YUV 135.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 188 114 112 0 0.39 0.40 0.26 1.58 0.36 0.59
Hex BC 72 70 0 27 28 1A 2 24 3B
Octal 274 162 160 0 47 50 32 2 44 73
Binary 10111100 1110010 1110000 0 100111 101000 11010 10 100100 111011

Color Harmonies of #BC7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7270

Black with #BC7270

Text Example


Text Example

White with #BC7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7270; }

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

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

background-color css

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

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

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

border-color css

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

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

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