Html Css Color HEX #BE6B64 Contessa

📋 copy color: '#BE6B64'

red 190 ◦ green 107 ◦ blue 100

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

Shades of Contessa #BE6B64

Tints of Contessa #BE6B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 47.86%
G = 26.95%
B = 25.19%

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

#BE6B64 (or 0xBE6B64) is known color: Contessa. HEX triplet: BE, 6B and 64. RGB value is (190,107,100). Sum of RGB (Red+Green+Blue) = 190+107+100=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B64 is #41949B. Grayscale: #838383. Windows color (decimal): -4297884 or 6581182. OLE color: 6581182.

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

Color convert

RGB 190 107 100 -
CMYK 0 0.44 0.47 0.25
HSL 4.67º 0.41% 0.57% -
HSV(B) 4.67º 0.47% 0.75% -
XYZ 28.79 22.38 14.86 -
YUV 131.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 190 107 100 0 0.44 0.47 0.25 4.67 0.41 0.57
Hex BE 6B 64 0 2C 2F 19 5 29 39
Octal 276 153 144 0 54 57 31 5 51 71
Binary 10111110 1101011 1100100 0 101100 101111 11001 101 101001 111001

Color Harmonies of #BE6B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B64

Black with #BE6B64

Text Example


Text Example

White with #BE6B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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