Html Css Color HEX #BE6A65 Contessa

📋 copy color: '#BE6A65'

red 190 ◦ green 106 ◦ blue 101

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

Shades of Contessa #BE6A65

Tints of Contessa #BE6A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 47.86%
G = 26.7%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6A65 (or 0xBE6A65) is known color: Contessa. HEX triplet: BE, 6A and 65. RGB value is (190,106,101). Sum of RGB (Red+Green+Blue) = 190+106+101=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A65 is #41959A. Grayscale: #828282. Windows color (decimal): -4298139 or 6646462. OLE color: 6646462.

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

Color convert

RGB 190 106 101 -
CMYK 0 0.44 0.47 0.25
HSL 3.37º 0.41% 0.57% -
HSV(B) 3.37º 0.47% 0.75% -
XYZ 28.74 22.19 15.08 -
YUV 130.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 190 106 101 0 0.44 0.47 0.25 3.37 0.41 0.57
Hex BE 6A 65 0 2C 2F 19 3 29 39
Octal 276 152 145 0 54 57 31 3 51 71
Binary 10111110 1101010 1100101 0 101100 101111 11001 11 101001 111001

Color Harmonies of #BE6A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A65

Black with #BE6A65

Text Example


Text Example

White with #BE6A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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