#BEA396

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

Shades of Del Rio #BEA396

Tints of Del Rio #BEA396

Color information

#BEA396 (or 0xBEA396) is unknown color: approx Del Rio. HEX triplet: BE, A3 and 96. RGB value is (190,163,150). Sum of RGB (Red+Green+Blue) = 190+163+150=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA396 is #415C69. Grayscale: #A9A9A9. Windows color (decimal): -4283498 or 9872318. OLE color: 9872318.

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

Color convert

RGB190163150-
CMYK00.140.210.25
HSL19.5º23.53%66.67%-
HSV(B)19.5º21.05%74.51%-
XYZ39.8439.3434.35-
YUV169.59116.95142.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=37.77%
G=32.41%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016315000.140.210.2519.523.5366.67
HexBEA3960E1519141843
Octal27624322601625312430103
Binary10111110101000111001011001110101011100110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA396; }

 p { color: rgb(190,163,150); }

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

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

 a { background-color: rgb(190,163,150); }

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

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

 span { border-color: rgb(190,163,150); }

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