Html Css Color HEX #BC796D Contessa

📋 copy color: '#BC796D'

red 188 ◦ green 121 ◦ blue 109

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

Shades of Contessa #BC796D

Tints of Contessa #BC796D

RGB

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

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

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

R = 44.98%
G = 28.95%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC796D (or 0xBC796D) is known color: Contessa. HEX triplet: BC, 79 and 6D. RGB value is (188,121,109). Sum of RGB (Red+Green+Blue) = 188+121+109=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796D is #438692. Grayscale: #8B8B8B. Windows color (decimal): -4425363 or 7174588. OLE color: 7174588.

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

Color convert

RGB 188 121 109 -
CMYK 0 0.36 0.42 0.26
HSL 9.11º 0.37% 0.58% -
HSV(B) 9.11º 0.42% 0.74% -
XYZ 30.34 25.47 17.79 -
YUV 139.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 188 121 109 0 0.36 0.42 0.26 9.11 0.37 0.58
Hex BC 79 6D 0 24 2A 1A 9 25 3A
Octal 274 171 155 0 44 52 32 11 45 72
Binary 10111100 1111001 1101101 0 100100 101010 11010 1001 100101 111010

Color Harmonies of #BC796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC796D

Black with #BC796D

Text Example


Text Example

White with #BC796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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