#BFA789

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

Shades of Rodeo Dust #BFA789

Tints of Rodeo Dust #BFA789

Color information

#BFA789 (or 0xBFA789) is unknown color: approx Rodeo Dust. HEX triplet: BF, A7 and 89. RGB value is (191,167,137). Sum of RGB (Red+Green+Blue) = 191+167+137=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA789 is #405876. Grayscale: #AAAAAA. Windows color (decimal): -4216951 or 9021375. OLE color: 9021375.

HSL color Cylindrical-coordinate representation of color #BFA789: hue angle of 33.33º degrees, saturation: 0.3, 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 #BFA789 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191167137-
CMYK00.130.280.25
HSL33.33º29.67%64.31%-
HSV(B)33.33º28.27%74.9%-
XYZ39.8240.5229.39-
YUV170.76108.95142.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=38.59%
G=33.74%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116713700.130.280.2533.3329.6764.31
HexBFA7890D1C19211e40
Octal27724721101534314136100
Binary101111111010011110001001011011110011001100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA789; }

 p { color: rgb(191,167,137); }

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

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

 a { background-color: rgb(191,167,137); }

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

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

 span { border-color: rgb(191,167,137); }

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