Html Css Color HEX #BE6665 Contessa

📋 copy color: '#BE6665'

red 190 ◦ green 102 ◦ blue 101

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

Shades of Contessa #BE6665

Tints of Contessa #BE6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

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

R = 48.35%
G = 25.95%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6665 (or 0xBE6665) is known color: Contessa. HEX triplet: BE, 66 and 65. RGB value is (190,102,101). Sum of RGB (Red+Green+Blue) = 190+102+101=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6665 is #41999A. Grayscale: #808080. Windows color (decimal): -4299163 or 6645438. OLE color: 6645438.

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

Color convert

RGB 190 102 101 -
CMYK 0 0.46 0.47 0.25
HSL 0.67º 0.41% 0.57% -
HSV(B) 0.67º 0.47% 0.75% -
XYZ 28.34 21.39 14.95 -
YUV 128.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 190 102 101 0 0.46 0.47 0.25 0.67 0.41 0.57
Hex BE 66 65 0 2E 2F 19 1 29 39
Octal 276 146 145 0 56 57 31 1 51 71
Binary 10111110 1100110 1100101 0 101110 101111 11001 1 101001 111001

Color Harmonies of #BE6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6665

Black with #BE6665

Text Example


Text Example

White with #BE6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6665; }

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

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

background-color css

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

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

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

border-color css

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

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

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