Html Css Color HEX #BE746E Contessa

📋 copy color: '#BE746E'

red 190 ◦ green 116 ◦ blue 110

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

Shades of Contessa #BE746E

Tints of Contessa #BE746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 45.67%
G = 27.88%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE746E (or 0xBE746E) is known color: Contessa. HEX triplet: BE, 74 and 6E. RGB value is (190,116,110). Sum of RGB (Red+Green+Blue) = 190+116+110=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE746E is #418B91. Grayscale: #898989. Windows color (decimal): -4295570 or 7238846. OLE color: 7238846.

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

Color convert

RGB 190 116 110 -
CMYK 0 0.39 0.42 0.25
HSL 4.5º 0.38% 0.59% -
HSV(B) 4.5º 0.42% 0.75% -
XYZ 30.3 24.56 17.9 -
YUV 137.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 190 116 110 0 0.39 0.42 0.25 4.5 0.38 0.59
Hex BE 74 6E 0 27 2A 19 4 26 3B
Octal 276 164 156 0 47 52 31 4 46 73
Binary 10111110 1110100 1101110 0 100111 101010 11001 100 100110 111011

Color Harmonies of #BE746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE746E

Black with #BE746E

Text Example


Text Example

White with #BE746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE746E; }

 p { color: rgb(190,116,110); }

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

background-color css

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

 a { background-color: rgb(190,116,110); }

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

border-color css

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

 span { border-color: rgb(190,116,110); }

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