Html Css Color HEX #BC7065 Contessa

📋 copy color: '#BC7065'

red 188 ◦ green 112 ◦ blue 101

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

Shades of Contessa #BC7065

Tints of Contessa #BC7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 46.88%
G = 27.93%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7065 (or 0xBC7065) is known color: Contessa. HEX triplet: BC, 70 and 65. RGB value is (188,112,101). Sum of RGB (Red+Green+Blue) = 188+112+101=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7065 is #438F9A. Grayscale: #858585. Windows color (decimal): -4427675 or 6647996. OLE color: 6647996.

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

Color convert

RGB 188 112 101 -
CMYK 0 0.40 0.46 0.26
HSL 7.59º 0.39% 0.57% -
HSV(B) 7.59º 0.46% 0.74% -
XYZ 28.88 23.22 15.27 -
YUV 133.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 188 112 101 0 0.40 0.46 0.26 7.59 0.39 0.57
Hex BC 70 65 0 28 2E 1A 8 27 39
Octal 274 160 145 0 50 56 32 10 47 71
Binary 10111100 1110000 1100101 0 101000 101110 11010 1000 100111 111001

Color Harmonies of #BC7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7065

Black with #BC7065

Text Example


Text Example

White with #BC7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7065; }

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

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

background-color css

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

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

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

border-color css

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

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

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