Html Css Color HEX #BC6B5D Contessa

📋 copy color: '#BC6B5D'

red 188 ◦ green 107 ◦ blue 93

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

Shades of Contessa #BC6B5D

Tints of Contessa #BC6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 48.45%
G = 27.58%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC6B5D (or 0xBC6B5D) is known color: Contessa. HEX triplet: BC, 6B and 5D. RGB value is (188,107,93). Sum of RGB (Red+Green+Blue) = 188+107+93=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B5D is #4394A2. Grayscale: #818181. Windows color (decimal): -4428963 or 6122428. OLE color: 6122428.

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

Color convert

RGB 188 107 93 -
CMYK 0 0.43 0.51 0.26
HSL 8.84º 0.41% 0.55% -
HSV(B) 8.84º 0.51% 0.74% -
XYZ 27.97 22 13.13 -
YUV 129.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 188 107 93 0 0.43 0.51 0.26 8.84 0.41 0.55
Hex BC 6B 5D 0 2B 33 1A 9 29 37
Octal 274 153 135 0 53 63 32 11 51 67
Binary 10111100 1101011 1011101 0 101011 110011 11010 1001 101001 110111

Color Harmonies of #BC6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B5D

Black with #BC6B5D

Text Example


Text Example

White with #BC6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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