Html Css Color HEX #BC715D Contessa

📋 copy color: '#BC715D'

red 188 ◦ green 113 ◦ blue 93

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

Shades of Contessa #BC715D

Tints of Contessa #BC715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 47.72%
G = 28.68%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC715D (or 0xBC715D) is known color: Contessa. HEX triplet: BC, 71 and 5D. RGB value is (188,113,93). Sum of RGB (Red+Green+Blue) = 188+113+93=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715D is #438EA2. Grayscale: #858585. Windows color (decimal): -4427427 or 6123964. OLE color: 6123964.

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

Color convert

RGB 188 113 93 -
CMYK 0 0.40 0.51 0.26
HSL 12.63º 0.41% 0.55% -
HSV(B) 12.63º 0.51% 0.74% -
XYZ 28.62 23.29 13.34 -
YUV 133.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 188 113 93 0 0.40 0.51 0.26 12.63 0.41 0.55
Hex BC 71 5D 0 28 33 1A D 29 37
Octal 274 161 135 0 50 63 32 15 51 67
Binary 10111100 1110001 1011101 0 101000 110011 11010 1101 101001 110111

Color Harmonies of #BC715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC715D

Black with #BC715D

Text Example


Text Example

White with #BC715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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