#BEA283

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

Shades of Rodeo Dust #BEA283

Tints of Rodeo Dust #BEA283

Color information

#BEA283 (or 0xBEA283) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 83. RGB value is (190,162,131). Sum of RGB (Red+Green+Blue) = 190+162+131=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA283 is #415D7C. Grayscale: #A6A6A6. Windows color (decimal): -4283773 or 8626878. OLE color: 8626878.

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

Color convert

RGB190162131-
CMYK00.150.310.25
HSL31.53º31.22%62.94%-
HSV(B)31.53º31.05%74.51%-
XYZ38.2538.4326.87-
YUV166.84107.78144.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=39.34%
G=33.54%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016213100.150.310.2531.5331.2262.94
HexBEA2830F1F19201f3f
Octal2762422030173731403777
Binary10111110101000101000001101111111111100110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA283; }

 p { color: rgb(190,162,131); }

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

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

 a { background-color: rgb(190,162,131); }

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

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

 span { border-color: rgb(190,162,131); }

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