Html Css Color HEX #BC6D65 Contessa

📋 copy color: '#BC6D65'

red 188 ◦ green 109 ◦ blue 101

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

Shades of Contessa #BC6D65

Tints of Contessa #BC6D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 47.24%
G = 27.39%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC6D65 (or 0xBC6D65) is known color: Contessa. HEX triplet: BC, 6D and 65. RGB value is (188,109,101). Sum of RGB (Red+Green+Blue) = 188+109+101=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D65 is #43929A. Grayscale: #838383. Windows color (decimal): -4428443 or 6647228. OLE color: 6647228.

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

Color convert

RGB 188 109 101 -
CMYK 0 0.42 0.46 0.26
HSL 5.52º 0.39% 0.57% -
HSV(B) 5.52º 0.46% 0.74% -
XYZ 28.56 22.57 15.16 -
YUV 131.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 188 109 101 0 0.42 0.46 0.26 5.52 0.39 0.57
Hex BC 6D 65 0 2A 2E 1A 6 27 39
Octal 274 155 145 0 52 56 32 6 47 71
Binary 10111100 1101101 1100101 0 101010 101110 11010 110 100111 111001

Color Harmonies of #BC6D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D65

Black with #BC6D65

Text Example


Text Example

White with #BC6D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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