Html Css Color HEX #BE796A Contessa

📋 copy color: '#BE796A'

red 190 ◦ green 121 ◦ blue 106

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

Shades of Contessa #BE796A

Tints of Contessa #BE796A

RGB

 RED value IS 190 (74.61% from 255) = 45.56%

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

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

R = 45.56%
G = 29.02%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE796A (or 0xBE796A) is known color: Contessa. HEX triplet: BE, 79 and 6A. RGB value is (190,121,106). Sum of RGB (Red+Green+Blue) = 190+121+106=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE796A is #418695. Grayscale: #8C8C8C. Windows color (decimal): -4294294 or 6977982. OLE color: 6977982.

HSL color Cylindrical-coordinate representation of color #BE796A: hue angle of 10.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE796A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 121 106 -
CMYK 0 0.36 0.44 0.25
HSL 10.71º 0.39% 0.58% -
HSV(B) 10.71º 0.44% 0.75% -
XYZ 30.67 25.66 16.97 -
YUV 139.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 190 121 106 0 0.36 0.44 0.25 10.71 0.39 0.58
Hex BE 79 6A 0 24 2C 19 B 27 3A
Octal 276 171 152 0 44 54 31 13 47 72
Binary 10111110 1111001 1101010 0 100100 101100 11001 1011 100111 111010

Color Harmonies of #BE796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE796A

Black with #BE796A

Text Example


Text Example

White with #BE796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE796A; }

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

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

background-color css

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

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

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

border-color css

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

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

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