Html Css Color HEX #BE6362 Contessa

📋 copy color: '#BE6362'

red 190 ◦ green 99 ◦ blue 98

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

Shades of Contessa #BE6362

Tints of Contessa #BE6362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 49.1%
G = 25.58%
B = 25.32%

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

#BE6362 (or 0xBE6362) is known color: Contessa. HEX triplet: BE, 63 and 62. RGB value is (190,99,98). Sum of RGB (Red+Green+Blue) = 190+99+98=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6362 is #419C9D. Grayscale: #7E7E7E. Windows color (decimal): -4299934 or 6448062. OLE color: 6448062.

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

Color convert

RGB 190 99 98 -
CMYK 0 0.48 0.48 0.25
HSL 0.65º 0.41% 0.56% -
HSV(B) 0.65º 0.48% 0.75% -
XYZ 27.9 20.75 14.09 -
YUV 126.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 190 99 98 0 0.48 0.48 0.25 0.65 0.41 0.56
Hex BE 63 62 0 30 30 19 1 29 38
Octal 276 143 142 0 60 60 31 1 51 70
Binary 10111110 1100011 1100010 0 110000 110000 11001 1 101001 111000

Color Harmonies of #BE6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6362

Black with #BE6362

Text Example


Text Example

White with #BE6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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