Html Css Color HEX #BE9D99 Eunry

📋 copy color: '#BE9D99'

red 190 ◦ green 157 ◦ blue 153

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

Shades of Eunry #BE9D99

Tints of Eunry #BE9D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 38%
G = 31.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE9D99 (or 0xBE9D99) is known color: Eunry. HEX triplet: BE, 9D and 99. RGB value is (190,157,153). Sum of RGB (Red+Green+Blue) = 190+157+153=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D99 is #416266. Grayscale: #A6A6A6. Windows color (decimal): -4285031 or 10067390. OLE color: 10067390.

HSL color Cylindrical-coordinate representation of color #BE9D99: hue angle of 6.49º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9D99 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 157 153 -
CMYK 0 0.17 0.19 0.25
HSL 6.49º 0.22% 0.67% -
HSV(B) 6.49º 0.19% 0.75% -
XYZ 39.04 37.36 35.29 -
YUV 166.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 190 157 153 0 0.17 0.19 0.25 6.49 0.22 0.67
Hex BE 9D 99 0 11 13 19 6 16 43
Octal 276 235 231 0 21 23 31 6 26 103
Binary 10111110 10011101 10011001 0 10001 10011 11001 110 10110 1000011

Color Harmonies of #BE9D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D99

Black with #BE9D99

Text Example


Text Example

White with #BE9D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D99; }

 p { color: rgb(190,157,153); }

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

background-color css

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

 a { background-color: rgb(190,157,153); }

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

border-color css

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

 span { border-color: rgb(190,157,153); }

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