Html Css Color HEX #BE6565 Contessa

📋 copy color: '#BE6565'

red 190 ◦ green 101 ◦ blue 101

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

Shades of Contessa #BE6565

Tints of Contessa #BE6565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 48.47%
G = 25.77%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6565 (or 0xBE6565) is known color: Contessa. HEX triplet: BE, 65 and 65. RGB value is (190,101,101). Sum of RGB (Red+Green+Blue) = 190+101+101=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6565 is #419A9A. Grayscale: #7F7F7F. Windows color (decimal): -4299419 or 6645182. OLE color: 6645182.

HSL color Cylindrical-coordinate representation of color #BE6565: 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.47%. Process color model (Four color, CMYK) of #BE6565 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 101 101 -
CMYK 0 0.47 0.47 0.25
HSL 0.41% 0.57% -
HSV(B) 0.47% 0.75% -
XYZ 28.24 21.19 14.91 -
YUV 127.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 190 101 101 0 0.47 0.47 0.25 0 0.41 0.57
Hex BE 65 65 0 2F 2F 19 0 29 39
Octal 276 145 145 0 57 57 31 0 51 71
Binary 10111110 1100101 1100101 0 101111 101111 11001 0 101001 111001

Color Harmonies of #BE6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6565

Black with #BE6565

Text Example


Text Example

White with #BE6565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6565; }

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

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

background-color css

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

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

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

border-color css

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

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

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