Html Css Color HEX #BE6462 Contessa

📋 copy color: '#BE6462'

red 190 ◦ green 100 ◦ blue 98

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

Shades of Contessa #BE6462

Tints of Contessa #BE6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

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

R = 48.97%
G = 25.77%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE6462 (or 0xBE6462) is known color: Contessa. HEX triplet: BE, 64 and 62. RGB value is (190,100,98). Sum of RGB (Red+Green+Blue) = 190+100+98=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6462 is #419B9D. Grayscale: #7E7E7E. Windows color (decimal): -4299678 or 6448318. OLE color: 6448318.

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

Color convert

RGB 190 100 98 -
CMYK 0 0.47 0.48 0.25
HSL 1.3º 0.41% 0.56% -
HSV(B) 1.3º 0.48% 0.75% -
XYZ 28 20.94 14.12 -
YUV 126.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 190 100 98 0 0.47 0.48 0.25 1.3 0.41 0.56
Hex BE 64 62 0 2F 30 19 1 29 38
Octal 276 144 142 0 57 60 31 1 51 70
Binary 10111110 1100100 1100010 0 101111 110000 11001 1 101001 111000

Color Harmonies of #BE6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6462

Black with #BE6462

Text Example


Text Example

White with #BE6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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