Html Css Color HEX #BE6363 Contessa

📋 copy color: '#BE6363'

red 190 ◦ green 99 ◦ blue 99

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

Shades of Contessa #BE6363

Tints of Contessa #BE6363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 48.97%
G = 25.52%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE6363 (or 0xBE6363) is known color: Contessa. HEX triplet: BE, 63 and 63. RGB value is (190,99,99). Sum of RGB (Red+Green+Blue) = 190+99+99=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6363 is #419C9C. Grayscale: #7E7E7E. Windows color (decimal): -4299933 or 6513598. OLE color: 6513598.

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

Color convert

RGB 190 99 99 -
CMYK 0 0.48 0.48 0.25
HSL 0.41% 0.57% -
HSV(B) 0.48% 0.75% -
XYZ 27.95 20.77 14.34 -
YUV 126.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 190 99 99 0 0.48 0.48 0.25 0 0.41 0.57
Hex BE 63 63 0 30 30 19 0 29 39
Octal 276 143 143 0 60 60 31 0 51 71
Binary 10111110 1100011 1100011 0 110000 110000 11001 0 101001 111001

Color Harmonies of #BE6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6363

Black with #BE6363

Text Example


Text Example

White with #BE6363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6363; }

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

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

background-color css

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

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

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

border-color css

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

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

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