Html Css Color HEX #BC6C6B Contessa

📋 copy color: '#BC6C6B'

red 188 ◦ green 108 ◦ blue 107

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

Shades of Contessa #BC6C6B

Tints of Contessa #BC6C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 46.65%
G = 26.8%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC6C6B (or 0xBC6C6B) is known color: Contessa. HEX triplet: BC, 6C and 6B. RGB value is (188,108,107). Sum of RGB (Red+Green+Blue) = 188+108+107=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C6B is #439394. Grayscale: #838383. Windows color (decimal): -4428693 or 7040188. OLE color: 7040188.

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

Color convert

RGB 188 108 107 -
CMYK 0 0.43 0.43 0.26
HSL 0.74º 0.38% 0.58% -
HSV(B) 0.74º 0.43% 0.74% -
XYZ 28.76 22.48 16.73 -
YUV 131.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 188 108 107 0 0.43 0.43 0.26 0.74 0.38 0.58
Hex BC 6C 6B 0 2B 2B 1A 1 26 3A
Octal 274 154 153 0 53 53 32 1 46 72
Binary 10111100 1101100 1101011 0 101011 101011 11010 1 100110 111010

Color Harmonies of #BC6C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C6B

Black with #BC6C6B

Text Example


Text Example

White with #BC6C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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