#BE9D8D

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

Shades of Del Rio #BE9D8D

Tints of Del Rio #BE9D8D

Color information

#BE9D8D (or 0xBE9D8D) is unknown color: approx Del Rio. HEX triplet: BE, 9D and 8D. RGB value is (190,157,141). Sum of RGB (Red+Green+Blue) = 190+157+141=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D8D is #416272. Grayscale: #A5A5A5. Windows color (decimal): -4285043 or 9280958. OLE color: 9280958.

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

Color convert

RGB190157141-
CMYK00.170.260.25
HSL19.59º27.37%64.9%-
HSV(B)19.59º25.79%74.51%-
XYZ38.136.9830.33-
YUV165.04114.43145.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=38.93%
G=32.17%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015714100.170.260.2519.5927.3764.9
HexBE9D8D0111A19141b41
Octal27623521502132312433101
Binary101111101001110110001101010001110101100110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D8D; }

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

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

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

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

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

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

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

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