#BE9D8E

Color #BE9D8E Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BE9D8E

Tints of Del Rio #BE9D8E

Color information

#BE9D8E (or 0xBE9D8E) is unknown color: approx Del Rio. HEX triplet: BE, 9D and 8E. RGB value is (190,157,142). Sum of RGB (Red+Green+Blue) = 190+157+142=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D8E is #416271. Grayscale: #A5A5A5. Windows color (decimal): -4285042 or 9346494. OLE color: 9346494.

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

Color convert

RGB190157142-
CMYK00.170.250.25
HSL18.75º26.97%65.1%-
HSV(B)18.75º25.26%74.51%-
XYZ38.1737.0130.72-
YUV165.16114.93145.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=38.85%
G=32.11%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015714200.170.250.2518.7526.9765.1
HexBE9D8E0111919131b41
Octal27623521602131312333101
Binary101111101001110110001110010001110011100110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D8E; }

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

 H1.HeaderClassName
 {
   color: #BE9D8E;
 }
 .AnyTagClassName
 {
   color: #BE9D8E;
 }
</style>
background-color css

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

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

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

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

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

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