Html Css Color HEX #BE6A5E Contessa

📋 copy color: '#BE6A5E'

red 190 ◦ green 106 ◦ blue 94

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

Shades of Contessa #BE6A5E

Tints of Contessa #BE6A5E

RGB

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

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

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

R = 48.72%
G = 27.18%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE6A5E (or 0xBE6A5E) is known color: Contessa. HEX triplet: BE, 6A and 5E. RGB value is (190,106,94). Sum of RGB (Red+Green+Blue) = 190+106+94=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A5E is #4195A1. Grayscale: #818181. Windows color (decimal): -4298146 or 6187710. OLE color: 6187710.

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

Color convert

RGB 190 106 94 -
CMYK 0 0.44 0.51 0.25
HSL 7.5º 0.42% 0.56% -
HSV(B) 7.5º 0.51% 0.75% -
XYZ 28.41 22.06 13.35 -
YUV 129.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 190 106 94 0 0.44 0.51 0.25 7.5 0.42 0.56
Hex BE 6A 5E 0 2C 33 19 8 2A 38
Octal 276 152 136 0 54 63 31 10 52 70
Binary 10111110 1101010 1011110 0 101100 110011 11001 1000 101010 111000

Color Harmonies of #BE6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A5E

Black with #BE6A5E

Text Example


Text Example

White with #BE6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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