Html Css Color HEX #BE7363 Contessa

📋 copy color: '#BE7363'

red 190 ◦ green 115 ◦ blue 99

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

Shades of Contessa #BE7363

Tints of Contessa #BE7363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.5%

R = 47.03%
G = 28.47%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE7363 (or 0xBE7363) is known color: Contessa. HEX triplet: BE, 73 and 63. RGB value is (190,115,99). Sum of RGB (Red+Green+Blue) = 190+115+99=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7363 is #418C9C. Grayscale: #878787. Windows color (decimal): -4295837 or 6517694. OLE color: 6517694.

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

Color convert

RGB 190 115 99 -
CMYK 0 0.39 0.48 0.25
HSL 10.55º 0.41% 0.57% -
HSV(B) 10.55º 0.48% 0.75% -
XYZ 29.62 24.11 14.9 -
YUV 135.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 190 115 99 0 0.39 0.48 0.25 10.55 0.41 0.57
Hex BE 73 63 0 27 30 19 B 29 39
Octal 276 163 143 0 47 60 31 13 51 71
Binary 10111110 1110011 1100011 0 100111 110000 11001 1011 101001 111001

Color Harmonies of #BE7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7363

Black with #BE7363

Text Example


Text Example

White with #BE7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7363; }

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

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

background-color css

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

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

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

border-color css

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

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

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