#BEA38E

Color #BEA38E Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BEA38E

Tints of Rodeo Dust #BEA38E

Color information

#BEA38E (or 0xBEA38E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 8E. RGB value is (190,163,142). Sum of RGB (Red+Green+Blue) = 190+163+142=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38E is #415C71. Grayscale: #A8A8A8. Windows color (decimal): -4283506 or 9348030. OLE color: 9348030.

HSL color Cylindrical-coordinate representation of color #BEA38E: hue angle of 26.25º 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 #BEA38E is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190163142-
CMYK00.140.250.25
HSL26.25º26.97%65.1%-
HSV(B)26.25º25.26%74.51%-
XYZ39.2139.0931.07-
YUV168.68112.95143.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=38.38%
G=32.93%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016314200.140.250.2526.2526.9765.1
HexBEA38E0E19191a1b41
Octal27624321601631313233101
Binary10111110101000111000111001110110011100111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA38E; }

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

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

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

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

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

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

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

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