Html Css Color HEX #BE7875 Contessa

📋 copy color: '#BE7875'

red 190 ◦ green 120 ◦ blue 117

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

Shades of Contessa #BE7875

Tints of Contessa #BE7875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 44.5%
G = 28.1%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7875 (or 0xBE7875) is known color: Contessa. HEX triplet: BE, 78 and 75. RGB value is (190,120,117). Sum of RGB (Red+Green+Blue) = 190+120+117=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7875 is #41878A. Grayscale: #8C8C8C. Windows color (decimal): -4294539 or 7698622. OLE color: 7698622.

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

Color convert

RGB 190 120 117 -
CMYK 0 0.37 0.38 0.25
HSL 2.47º 0.36% 0.6% -
HSV(B) 2.47º 0.38% 0.75% -
XYZ 31.16 25.66 20.14 -
YUV 140.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 190 120 117 0 0.37 0.38 0.25 2.47 0.36 0.6
Hex BE 78 75 0 25 26 19 2 24 3C
Octal 276 170 165 0 45 46 31 2 44 74
Binary 10111110 1111000 1110101 0 100101 100110 11001 10 100100 111100

Color Harmonies of #BE7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7875

Black with #BE7875

Text Example


Text Example

White with #BE7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7875; }

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

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

background-color css

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

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

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

border-color css

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

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

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