Html Css Color HEX #BE6861 Contessa

📋 copy color: '#BE6861'

red 190 ◦ green 104 ◦ blue 97

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

Shades of Contessa #BE6861

Tints of Contessa #BE6861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 48.59%
G = 26.6%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6861 (or 0xBE6861) is known color: Contessa. HEX triplet: BE, 68 and 61. RGB value is (190,104,97). Sum of RGB (Red+Green+Blue) = 190+104+97=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6861 is #41979E. Grayscale: #818181. Windows color (decimal): -4298655 or 6383806. OLE color: 6383806.

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

Color convert

RGB 190 104 97 -
CMYK 0 0.45 0.49 0.25
HSL 4.52º 0.42% 0.56% -
HSV(B) 4.52º 0.49% 0.75% -
XYZ 28.34 21.71 14.01 -
YUV 128.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 190 104 97 0 0.45 0.49 0.25 4.52 0.42 0.56
Hex BE 68 61 0 2D 31 19 5 2A 38
Octal 276 150 141 0 55 61 31 5 52 70
Binary 10111110 1101000 1100001 0 101101 110001 11001 101 101010 111000

Color Harmonies of #BE6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6861

Black with #BE6861

Text Example


Text Example

White with #BE6861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6861; }

 p { color: rgb(190,104,97); }

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

background-color css

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

 a { background-color: rgb(190,104,97); }

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

border-color css

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

 span { border-color: rgb(190,104,97); }

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