Html Css Color HEX #BC796B Contessa

📋 copy color: '#BC796B'

red 188 ◦ green 121 ◦ blue 107

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

Shades of Contessa #BC796B

Tints of Contessa #BC796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 45.19%
G = 29.09%
B = 25.72%

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

#BC796B (or 0xBC796B) is known color: Contessa. HEX triplet: BC, 79 and 6B. RGB value is (188,121,107). Sum of RGB (Red+Green+Blue) = 188+121+107=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796B is #438694. Grayscale: #8B8B8B. Windows color (decimal): -4425365 or 7043516. OLE color: 7043516.

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

Color convert

RGB 188 121 107 -
CMYK 0 0.36 0.43 0.26
HSL 10.37º 0.38% 0.58% -
HSV(B) 10.37º 0.43% 0.74% -
XYZ 30.23 25.43 17.22 -
YUV 139.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 188 121 107 0 0.36 0.43 0.26 10.37 0.38 0.58
Hex BC 79 6B 0 24 2B 1A A 26 3A
Octal 274 171 153 0 44 53 32 12 46 72
Binary 10111100 1111001 1101011 0 100100 101011 11010 1010 100110 111010

Color Harmonies of #BC796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC796B

Black with #BC796B

Text Example


Text Example

White with #BC796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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