Html Css Color HEX #BE6C64 Contessa

📋 copy color: '#BE6C64'

red 190 ◦ green 108 ◦ blue 100

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

Shades of Contessa #BE6C64

Tints of Contessa #BE6C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 47.74%
G = 27.14%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6C64 (or 0xBE6C64) is known color: Contessa. HEX triplet: BE, 6C and 64. RGB value is (190,108,100). Sum of RGB (Red+Green+Blue) = 190+108+100=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C64 is #41939B. Grayscale: #838383. Windows color (decimal): -4297628 or 6581438. OLE color: 6581438.

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

Color convert

RGB 190 108 100 -
CMYK 0 0.43 0.47 0.25
HSL 5.33º 0.41% 0.57% -
HSV(B) 5.33º 0.47% 0.75% -
XYZ 28.9 22.59 14.89 -
YUV 131.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 190 108 100 0 0.43 0.47 0.25 5.33 0.41 0.57
Hex BE 6C 64 0 2B 2F 19 5 29 39
Octal 276 154 144 0 53 57 31 5 51 71
Binary 10111110 1101100 1100100 0 101011 101111 11001 101 101001 111001

Color Harmonies of #BE6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C64

Black with #BE6C64

Text Example


Text Example

White with #BE6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C64; }

 p { color: rgb(190,108,100); }

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

background-color css

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

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

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

border-color css

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

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

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