#BFA289

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

Shades of Rodeo Dust #BFA289

Tints of Rodeo Dust #BFA289

Color information

#BFA289 (or 0xBFA289) is unknown color: approx Rodeo Dust. HEX triplet: BF, A2 and 89. RGB value is (191,162,137). Sum of RGB (Red+Green+Blue) = 191+162+137=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA289 is #405D76. Grayscale: #A7A7A7. Windows color (decimal): -4218231 or 9020095. OLE color: 9020095.

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

Color convert

RGB191162137-
CMYK00.150.280.25
HSL27.78º29.67%64.31%-
HSV(B)27.78º28.27%74.9%-
XYZ38.9238.7229.09-
YUV167.82110.61144.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=38.98%
G=33.06%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116213700.150.280.2527.7829.6764.31
HexBFA2890F1C191c1e40
Octal27724221101734313436100
Binary10111111101000101000100101111111001100111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA289; }

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

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

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

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

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

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

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

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