Html Css Color HEX #BC7A6C Contessa

📋 copy color: '#BC7A6C'

red 188 ◦ green 122 ◦ blue 108

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

Shades of Contessa #BC7A6C

Tints of Contessa #BC7A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 44.98%
G = 29.19%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC7A6C (or 0xBC7A6C) is known color: Contessa. HEX triplet: BC, 7A and 6C. RGB value is (188,122,108). Sum of RGB (Red+Green+Blue) = 188+122+108=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A6C is #438593. Grayscale: #8C8C8C. Windows color (decimal): -4425108 or 7109308. OLE color: 7109308.

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

Color convert

RGB 188 122 108 -
CMYK 0 0.35 0.43 0.26
HSL 10.5º 0.37% 0.58% -
HSV(B) 10.5º 0.43% 0.74% -
XYZ 30.41 25.69 17.54 -
YUV 140.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 188 122 108 0 0.35 0.43 0.26 10.5 0.37 0.58
Hex BC 7A 6C 0 23 2B 1A A 25 3A
Octal 274 172 154 0 43 53 32 12 45 72
Binary 10111100 1111010 1101100 0 100011 101011 11010 1010 100101 111010

Color Harmonies of #BC7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A6C

Black with #BC7A6C

Text Example


Text Example

White with #BC7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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