Html Css Color HEX #BC715C Contessa

📋 copy color: '#BC715C'

red 188 ◦ green 113 ◦ blue 92

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

Shades of Contessa #BC715C

Tints of Contessa #BC715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 47.84%
G = 28.75%
B = 23.41%

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

#BC715C (or 0xBC715C) is known color: Contessa. HEX triplet: BC, 71 and 5C. RGB value is (188,113,92). Sum of RGB (Red+Green+Blue) = 188+113+92=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715C is #438EA3. Grayscale: #858585. Windows color (decimal): -4427428 or 6058428. OLE color: 6058428.

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

Color convert

RGB 188 113 92 -
CMYK 0 0.40 0.51 0.26
HSL 13.13º 0.42% 0.55% -
HSV(B) 13.13º 0.51% 0.74% -
XYZ 28.58 23.27 13.11 -
YUV 133.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 188 113 92 0 0.40 0.51 0.26 13.13 0.42 0.55
Hex BC 71 5C 0 28 33 1A D 2A 37
Octal 274 161 134 0 50 63 32 15 52 67
Binary 10111100 1110001 1011100 0 101000 110011 11010 1101 101010 110111

Color Harmonies of #BC715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC715C

Black with #BC715C

Text Example


Text Example

White with #BC715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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