Html Css Color HEX #BE6561 Contessa

📋 copy color: '#BE6561'

red 190 ◦ green 101 ◦ blue 97

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

Shades of Contessa #BE6561

Tints of Contessa #BE6561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

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

R = 48.97%
G = 26.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6561 (or 0xBE6561) is known color: Contessa. HEX triplet: BE, 65 and 61. RGB value is (190,101,97). Sum of RGB (Red+Green+Blue) = 190+101+97=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6561 is #419A9E. Grayscale: #7F7F7F. Windows color (decimal): -4299423 or 6383038. OLE color: 6383038.

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

Color convert

RGB 190 101 97 -
CMYK 0 0.47 0.49 0.25
HSL 2.58º 0.42% 0.56% -
HSV(B) 2.58º 0.49% 0.75% -
XYZ 28.05 21.12 13.91 -
YUV 127.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 190 101 97 0 0.47 0.49 0.25 2.58 0.42 0.56
Hex BE 65 61 0 2F 31 19 3 2A 38
Octal 276 145 141 0 57 61 31 3 52 70
Binary 10111110 1100101 1100001 0 101111 110001 11001 11 101010 111000

Color Harmonies of #BE6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6561

Black with #BE6561

Text Example


Text Example

White with #BE6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6561; }

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

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

background-color css

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

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

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

border-color css

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

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

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