#BE9E8C

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

Shades of Del Rio #BE9E8C

Tints of Del Rio #BE9E8C

Color information

#BE9E8C (or 0xBE9E8C) is unknown color: approx Del Rio. HEX triplet: BE, 9E and 8C. RGB value is (190,158,140). Sum of RGB (Red+Green+Blue) = 190+158+140=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E8C is #416173. Grayscale: #A5A5A5. Windows color (decimal): -4284788 or 9215678. OLE color: 9215678.

HSL color Cylindrical-coordinate representation of color #BE9E8C: hue angle of 21.6º degrees, saturation: 0.28, 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 #BE9E8C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190158140-
CMYK00.170.260.25
HSL21.6º27.78%64.71%-
HSV(B)21.6º26.32%74.51%-
XYZ38.237.2930-
YUV165.52113.6145.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=38.93%
G=32.38%
B=28.69%

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
Decimal19015814000.170.260.2521.627.7864.71
HexBE9E8C0111A19161c41
Octal27623621402132312634101
Binary101111101001111010001100010001110101100110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E8C; }

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

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

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

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

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

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

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

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