#BEA27E

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

Shades of Rodeo Dust #BEA27E

Tints of Rodeo Dust #BEA27E

Color information

#BEA27E (or 0xBEA27E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 7E. RGB value is (190,162,126). Sum of RGB (Red+Green+Blue) = 190+162+126=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA27E is #415D81. Grayscale: #A6A6A6. Windows color (decimal): -4283778 or 8299198. OLE color: 8299198.

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

Color convert

RGB190162126-
CMYK00.150.340.25
HSL33.75º32.99%61.96%-
HSV(B)33.75º33.68%74.51%-
XYZ37.9238.2925.13-
YUV166.27105.28144.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=39.75%
G=33.89%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016212600.150.340.2533.7532.9961.96
HexBEA27E0F221922213e
Octal2762421760174231424176
Binary101111101010001011111100111110001011001100010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA27E; }

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

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

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

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

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

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

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

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