Html Css Color HEX #BC6A6A Contessa

📋 copy color: '#BC6A6A'

red 188 ◦ green 106 ◦ blue 106

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

Shades of Contessa #BC6A6A

Tints of Contessa #BC6A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 47%
G = 26.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6A6A (or 0xBC6A6A) is known color: Contessa. HEX triplet: BC, 6A and 6A. RGB value is (188,106,106). Sum of RGB (Red+Green+Blue) = 188+106+106=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A6A is #439595. Grayscale: #828282. Windows color (decimal): -4429206 or 6974140. OLE color: 6974140.

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

Color convert

RGB 188 106 106 -
CMYK 0 0.44 0.44 0.26
HSL 0.38% 0.58% -
HSV(B) 0.44% 0.74% -
XYZ 28.49 22.04 16.39 -
YUV 130.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 188 106 106 0 0.44 0.44 0.26 0 0.38 0.58
Hex BC 6A 6A 0 2C 2C 1A 0 26 3A
Octal 274 152 152 0 54 54 32 0 46 72
Binary 10111100 1101010 1101010 0 101100 101100 11010 0 100110 111010

Color Harmonies of #BC6A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A6A

Black with #BC6A6A

Text Example


Text Example

White with #BC6A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A6A; }

 p { color: rgb(188,106,106); }

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

background-color css

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

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

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

border-color css

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

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

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