#BE9E8A

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

Shades of Rodeo Dust #BE9E8A

Tints of Rodeo Dust #BE9E8A

Color information

#BE9E8A (or 0xBE9E8A) is unknown color: approx Rodeo Dust. HEX triplet: BE, 9E and 8A. RGB value is (190,158,138). Sum of RGB (Red+Green+Blue) = 190+158+138=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E8A is #416175. Grayscale: #A5A5A5. Windows color (decimal): -4284790 or 9084606. OLE color: 9084606.

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

Color convert

RGB190158138-
CMYK00.170.270.25
HSL23.08º28.57%64.31%-
HSV(B)23.08º27.37%74.51%-
XYZ38.0537.2429.23-
YUV165.29112.6145.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=39.09%
G=32.51%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015813800.170.270.2523.0828.5764.31
HexBE9E8A0111B19171d40
Octal27623621202133312735100
Binary101111101001111010001010010001110111100110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E8A; }

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

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

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

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

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

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

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

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