Html Css Color HEX #BE7573 Contessa

📋 copy color: '#BE7573'

red 190 ◦ green 117 ◦ blue 115

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

Shades of Contessa #BE7573

Tints of Contessa #BE7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 45.02%
G = 27.73%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7573 (or 0xBE7573) is known color: Contessa. HEX triplet: BE, 75 and 73. RGB value is (190,117,115). Sum of RGB (Red+Green+Blue) = 190+117+115=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7573 is #418A8C. Grayscale: #8A8A8A. Windows color (decimal): -4295309 or 7566782. OLE color: 7566782.

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

Color convert

RGB 190 117 115 -
CMYK 0 0.38 0.39 0.25
HSL 1.6º 0.37% 0.6% -
HSV(B) 1.6º 0.39% 0.75% -
XYZ 30.69 24.91 19.41 -
YUV 138.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 190 117 115 0 0.38 0.39 0.25 1.6 0.37 0.6
Hex BE 75 73 0 26 27 19 2 25 3C
Octal 276 165 163 0 46 47 31 2 45 74
Binary 10111110 1110101 1110011 0 100110 100111 11001 10 100101 111100

Color Harmonies of #BE7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7573

Black with #BE7573

Text Example


Text Example

White with #BE7573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7573; }

 p { color: rgb(190,117,115); }

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

background-color css

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

 a { background-color: rgb(190,117,115); }

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

border-color css

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

 span { border-color: rgb(190,117,115); }

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