#BEA37A

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

Shades of Rodeo Dust #BEA37A

Tints of Rodeo Dust #BEA37A

Color information

#BEA37A (or 0xBEA37A) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 7A. RGB value is (190,163,122). Sum of RGB (Red+Green+Blue) = 190+163+122=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37A is #415C85. Grayscale: #A6A6A6. Windows color (decimal): -4283526 or 8037310. OLE color: 8037310.

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

Color convert

RGB190163122-
CMYK00.140.360.25
HSL36.18º34.34%61.18%-
HSV(B)36.18º35.79%74.51%-
XYZ37.8538.5523.86-
YUV166.4102.95144.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=40%
G=34.32%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016312200.140.360.2536.1834.3461.18
HexBEA37A0E241924223d
Octal2762431720164431444275
Binary101111101010001111110100111010010011001100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA37A; }

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

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

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

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

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

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

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

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