Html Css Color HEX #BE6261 Contessa

📋 copy color: '#BE6261'

red 190 ◦ green 98 ◦ blue 97

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

Shades of Contessa #BE6261

Tints of Contessa #BE6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 49.35%
G = 25.45%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6261 (or 0xBE6261) is known color: Contessa. HEX triplet: BE, 62 and 61. RGB value is (190,98,97). Sum of RGB (Red+Green+Blue) = 190+98+97=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6261 is #419D9E. Grayscale: #7D7D7D. Windows color (decimal): -4300191 or 6382270. OLE color: 6382270.

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

Color convert

RGB 190 98 97 -
CMYK 0 0.48 0.49 0.25
HSL 0.65º 0.42% 0.56% -
HSV(B) 0.65º 0.49% 0.75% -
XYZ 27.76 20.55 13.81 -
YUV 125.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 190 98 97 0 0.48 0.49 0.25 0.65 0.42 0.56
Hex BE 62 61 0 30 31 19 1 2A 38
Octal 276 142 141 0 60 61 31 1 52 70
Binary 10111110 1100010 1100001 0 110000 110001 11001 1 101010 111000

Color Harmonies of #BE6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6261

Black with #BE6261

Text Example


Text Example

White with #BE6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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