Html Css Color HEX #BC7160 Contessa

📋 copy color: '#BC7160'

red 188 ◦ green 113 ◦ blue 96

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

Shades of Contessa #BC7160

Tints of Contessa #BC7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 47.36%
G = 28.46%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC7160 (or 0xBC7160) is known color: Contessa. HEX triplet: BC, 71 and 60. RGB value is (188,113,96). Sum of RGB (Red+Green+Blue) = 188+113+96=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7160 is #438E9F. Grayscale: #858585. Windows color (decimal): -4427424 or 6320572. OLE color: 6320572.

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

Color convert

RGB 188 113 96 -
CMYK 0 0.40 0.49 0.26
HSL 11.09º 0.41% 0.56% -
HSV(B) 11.09º 0.49% 0.74% -
XYZ 28.76 23.35 14.06 -
YUV 133.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 188 113 96 0 0.40 0.49 0.26 11.09 0.41 0.56
Hex BC 71 60 0 28 31 1A B 29 38
Octal 274 161 140 0 50 61 32 13 51 70
Binary 10111100 1110001 1100000 0 101000 110001 11010 1011 101001 111000

Color Harmonies of #BC7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7160

Black with #BC7160

Text Example


Text Example

White with #BC7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7160; }

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

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

background-color css

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

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

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

border-color css

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

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

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