Html Css Color HEX #BC796A Contessa

📋 copy color: '#BC796A'

red 188 ◦ green 121 ◦ blue 106

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

Shades of Contessa #BC796A

Tints of Contessa #BC796A

RGB

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

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

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

R = 45.3%
G = 29.16%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC796A (or 0xBC796A) is known color: Contessa. HEX triplet: BC, 79 and 6A. RGB value is (188,121,106). Sum of RGB (Red+Green+Blue) = 188+121+106=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796A is #438695. Grayscale: #8B8B8B. Windows color (decimal): -4425366 or 6977980. OLE color: 6977980.

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

Color convert

RGB 188 121 106 -
CMYK 0 0.36 0.44 0.26
HSL 10.98º 0.38% 0.58% -
HSV(B) 10.98º 0.44% 0.74% -
XYZ 30.18 25.41 16.95 -
YUV 139.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 188 121 106 0 0.36 0.44 0.26 10.98 0.38 0.58
Hex BC 79 6A 0 24 2C 1A B 26 3A
Octal 274 171 152 0 44 54 32 13 46 72
Binary 10111100 1111001 1101010 0 100100 101100 11010 1011 100110 111010

Color Harmonies of #BC796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC796A

Black with #BC796A

Text Example


Text Example

White with #BC796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC796A; }

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

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

background-color css

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

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

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

border-color css

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

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

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