Html Css Color HEX #BE6E5E Contessa

📋 copy color: '#BE6E5E'

red 190 ◦ green 110 ◦ blue 94

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

Shades of Contessa #BE6E5E

Tints of Contessa #BE6E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 48.22%
G = 27.92%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE6E5E (or 0xBE6E5E) is known color: Contessa. HEX triplet: BE, 6E and 5E. RGB value is (190,110,94). Sum of RGB (Red+Green+Blue) = 190+110+94=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E5E is #4191A1. Grayscale: #848484. Windows color (decimal): -4297122 or 6188734. OLE color: 6188734.

HSL color Cylindrical-coordinate representation of color #BE6E5E: hue angle of 10º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6E5E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 110 94 -
CMYK 0 0.42 0.51 0.25
HSL 10º 0.42% 0.56% -
HSV(B) 10º 0.51% 0.75% -
XYZ 28.83 22.91 13.49 -
YUV 132.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 190 110 94 0 0.42 0.51 0.25 10 0.42 0.56
Hex BE 6E 5E 0 2A 33 19 A 2A 38
Octal 276 156 136 0 52 63 31 12 52 70
Binary 10111110 1101110 1011110 0 101010 110011 11001 1010 101010 111000

Color Harmonies of #BE6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E5E

Black with #BE6E5E

Text Example


Text Example

White with #BE6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E5E; }

 p { color: rgb(190,110,94); }

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

background-color css

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

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

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

border-color css

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

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

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