#BEA27B

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

Shades of Rodeo Dust #BEA27B

Tints of Rodeo Dust #BEA27B

Color information

#BEA27B (or 0xBEA27B) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 7B. RGB value is (190,162,123). Sum of RGB (Red+Green+Blue) = 190+162+123=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA27B is #415D84. Grayscale: #A6A6A6. Windows color (decimal): -4283781 or 8102590. OLE color: 8102590.

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

Color convert

RGB190162123-
CMYK00.150.350.25
HSL34.93º34.01%61.37%-
HSV(B)34.93º35.26%74.51%-
XYZ37.7338.2224.13-
YUV165.93103.78145.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=40%
G=34.11%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016212300.150.350.2534.9334.0161.37
HexBEA27B0F231923223d
Octal2762421730174331434275
Binary101111101010001011110110111110001111001100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA27B; }

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

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

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

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

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

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

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

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