Html Css Color HEX #BE9E90 Del Rio

📋 copy color: '#BE9E90'

red 190 ◦ green 158 ◦ blue 144

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

Shades of Del Rio #BE9E90

Tints of Del Rio #BE9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 38.62%
G = 32.11%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE9E90 (or 0xBE9E90) is known color: Del Rio. HEX triplet: BE, 9E and 90. RGB value is (190,158,144). Sum of RGB (Red+Green+Blue) = 190+158+144=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E90 is #41616F. Grayscale: #A6A6A6. Windows color (decimal): -4284784 or 9477822. OLE color: 9477822.

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

Color convert

RGB 190 158 144 -
CMYK 0 0.17 0.24 0.25
HSL 18.26º 0.26% 0.65% -
HSV(B) 18.26º 0.24% 0.75% -
XYZ 38.5 37.41 31.58 -
YUV 165.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 190 158 144 0 0.17 0.24 0.25 18.26 0.26 0.65
Hex BE 9E 90 0 11 18 19 12 1A 41
Octal 276 236 220 0 21 30 31 22 32 101
Binary 10111110 10011110 10010000 0 10001 11000 11001 10010 11010 1000001

Color Harmonies of #BE9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E90

Black with #BE9E90

Text Example


Text Example

White with #BE9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E90; }

 p { color: rgb(190,158,144); }

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

background-color css

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

 a { background-color: rgb(190,158,144); }

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

border-color css

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

 span { border-color: rgb(190,158,144); }

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