Html Css Color HEX #BC796C Contessa

📋 copy color: '#BC796C'

red 188 ◦ green 121 ◦ blue 108

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

Shades of Contessa #BC796C

Tints of Contessa #BC796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 45.08%
G = 29.02%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC796C (or 0xBC796C) is known color: Contessa. HEX triplet: BC, 79 and 6C. RGB value is (188,121,108). Sum of RGB (Red+Green+Blue) = 188+121+108=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796C is #438693. Grayscale: #8B8B8B. Windows color (decimal): -4425364 or 7109052. OLE color: 7109052.

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

Color convert

RGB 188 121 108 -
CMYK 0 0.36 0.43 0.26
HSL 9.75º 0.37% 0.58% -
HSV(B) 9.75º 0.43% 0.74% -
XYZ 30.28 25.45 17.5 -
YUV 139.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 188 121 108 0 0.36 0.43 0.26 9.75 0.37 0.58
Hex BC 79 6C 0 24 2B 1A A 25 3A
Octal 274 171 154 0 44 53 32 12 45 72
Binary 10111100 1111001 1101100 0 100100 101011 11010 1010 100101 111010

Color Harmonies of #BC796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC796C

Black with #BC796C

Text Example


Text Example

White with #BC796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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