Html Css Color HEX #BC685D Contessa

📋 copy color: '#BC685D'

red 188 ◦ green 104 ◦ blue 93

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

Shades of Contessa #BC685D

Tints of Contessa #BC685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

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

R = 48.83%
G = 27.01%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC685D (or 0xBC685D) is known color: Contessa. HEX triplet: BC, 68 and 5D. RGB value is (188,104,93). Sum of RGB (Red+Green+Blue) = 188+104+93=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685D is #4397A2. Grayscale: #7F7F7F. Windows color (decimal): -4429731 or 6121660. OLE color: 6121660.

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

Color convert

RGB 188 104 93 -
CMYK 0 0.45 0.51 0.26
HSL 6.95º 0.41% 0.55% -
HSV(B) 6.95º 0.51% 0.74% -
XYZ 27.67 21.38 13.03 -
YUV 127.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 188 104 93 0 0.45 0.51 0.26 6.95 0.41 0.55
Hex BC 68 5D 0 2D 33 1A 7 29 37
Octal 274 150 135 0 55 63 32 7 51 67
Binary 10111100 1101000 1011101 0 101101 110011 11010 111 101001 110111

Color Harmonies of #BC685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC685D

Black with #BC685D

Text Example


Text Example

White with #BC685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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