Html Css Color HEX #BC7A6D Contessa

📋 copy color: '#BC7A6D'

red 188 ◦ green 122 ◦ blue 109

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

Shades of Contessa #BC7A6D

Tints of Contessa #BC7A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 44.87%
G = 29.12%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC7A6D (or 0xBC7A6D) is known color: Contessa. HEX triplet: BC, 7A and 6D. RGB value is (188,122,109). Sum of RGB (Red+Green+Blue) = 188+122+109=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A6D is #438592. Grayscale: #8C8C8C. Windows color (decimal): -4425107 or 7174844. OLE color: 7174844.

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

Color convert

RGB 188 122 109 -
CMYK 0 0.35 0.42 0.26
HSL 9.87º 0.37% 0.58% -
HSV(B) 9.87º 0.42% 0.74% -
XYZ 30.46 25.71 17.83 -
YUV 140.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 188 122 109 0 0.35 0.42 0.26 9.87 0.37 0.58
Hex BC 7A 6D 0 23 2A 1A A 25 3A
Octal 274 172 155 0 43 52 32 12 45 72
Binary 10111100 1111010 1101101 0 100011 101010 11010 1010 100101 111010

Color Harmonies of #BC7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A6D

Black with #BC7A6D

Text Example


Text Example

White with #BC7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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