#BE9E89

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

Shades of Rodeo Dust #BE9E89

Tints of Rodeo Dust #BE9E89

Color information

#BE9E89 (or 0xBE9E89) is unknown color: approx Rodeo Dust. HEX triplet: BE, 9E and 89. RGB value is (190,158,137). Sum of RGB (Red+Green+Blue) = 190+158+137=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E89 is #416176. Grayscale: #A5A5A5. Windows color (decimal): -4284791 or 9019070. OLE color: 9019070.

HSL color Cylindrical-coordinate representation of color #BE9E89: hue angle of 23.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9E89 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190158137-
CMYK00.170.280.25
HSL23.77º28.96%64.12%-
HSV(B)23.77º27.89%74.51%-
XYZ37.9837.2128.85-
YUV165.17112.1145.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=39.18%
G=32.58%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015813700.170.280.2523.7728.9664.12
HexBE9E890111C19181d40
Octal27623621102134313035100
Binary101111101001111010001001010001111001100111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E89; }

 p { color: rgb(190,158,137); }

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

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

 a { background-color: rgb(190,158,137); }

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

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

 span { border-color: rgb(190,158,137); }

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