Html Css Color HEX #BE7869 Contessa

📋 copy color: '#BE7869'

red 190 ◦ green 120 ◦ blue 105

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

Shades of Contessa #BE7869

Tints of Contessa #BE7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 45.78%
G = 28.92%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7869 (or 0xBE7869) is known color: Contessa. HEX triplet: BE, 78 and 69. RGB value is (190,120,105). Sum of RGB (Red+Green+Blue) = 190+120+105=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7869 is #418796. Grayscale: #8B8B8B. Windows color (decimal): -4294551 or 6912190. OLE color: 6912190.

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

Color convert

RGB 190 120 105 -
CMYK 0 0.37 0.45 0.25
HSL 10.59º 0.4% 0.58% -
HSV(B) 10.59º 0.45% 0.75% -
XYZ 30.5 25.4 16.66 -
YUV 139.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 190 120 105 0 0.37 0.45 0.25 10.59 0.4 0.58
Hex BE 78 69 0 25 2D 19 B 28 3A
Octal 276 170 151 0 45 55 31 13 50 72
Binary 10111110 1111000 1101001 0 100101 101101 11001 1011 101000 111010

Color Harmonies of #BE7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7869

Black with #BE7869

Text Example


Text Example

White with #BE7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7869; }

 p { color: rgb(190,120,105); }

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

background-color css

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

 a { background-color: rgb(190,120,105); }

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

border-color css

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

 span { border-color: rgb(190,120,105); }

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