#BFA387

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

Shades of Rodeo Dust #BFA387

Tints of Rodeo Dust #BFA387

Color information

#BFA387 (or 0xBFA387) is unknown color: approx Rodeo Dust. HEX triplet: BF, A3 and 87. RGB value is (191,163,135). Sum of RGB (Red+Green+Blue) = 191+163+135=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA387 is #405C78. Grayscale: #A8A8A8. Windows color (decimal): -4217977 or 8889279. OLE color: 8889279.

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

Color convert

RGB191163135-
CMYK00.150.290.25
HSL30º30.43%63.92%-
HSV(B)30º29.32%74.9%-
XYZ38.9639.0228.4-
YUV168.18109.28144.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=39.06%
G=33.33%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116313500.150.290.253030.4363.92
HexBFA3870F1D191e1e40
Octal27724320701735313636100
Binary10111111101000111000011101111111011100111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA387; }

 p { color: rgb(191,163,135); }

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

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

 a { background-color: rgb(191,163,135); }

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

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

 span { border-color: rgb(191,163,135); }

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