Html Css Color HEX #BE7373 Contessa

📋 copy color: '#BE7373'

red 190 ◦ green 115 ◦ blue 115

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

Shades of Contessa #BE7373

Tints of Contessa #BE7373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 45.24%
G = 27.38%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7373 (or 0xBE7373) is known color: Contessa. HEX triplet: BE, 73 and 73. RGB value is (190,115,115). Sum of RGB (Red+Green+Blue) = 190+115+115=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7373 is #418C8C. Grayscale: #898989. Windows color (decimal): -4295821 or 7566270. OLE color: 7566270.

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

Color convert

RGB 190 115 115 -
CMYK 0 0.39 0.39 0.25
HSL 0.37% 0.6% -
HSV(B) 0.39% 0.75% -
XYZ 30.46 24.45 19.33 -
YUV 137.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 190 115 115 0 0.39 0.39 0.25 0 0.37 0.6
Hex BE 73 73 0 27 27 19 0 25 3C
Octal 276 163 163 0 47 47 31 0 45 74
Binary 10111110 1110011 1110011 0 100111 100111 11001 0 100101 111100

Color Harmonies of #BE7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7373

Black with #BE7373

Text Example


Text Example

White with #BE7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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