#BFA187

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

Shades of Rodeo Dust #BFA187

Tints of Rodeo Dust #BFA187

Color information

#BFA187 (or 0xBFA187) is unknown color: approx Rodeo Dust. HEX triplet: BF, A1 and 87. RGB value is (191,161,135). Sum of RGB (Red+Green+Blue) = 191+161+135=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA187 is #405E78. Grayscale: #A7A7A7. Windows color (decimal): -4218489 or 8888767. OLE color: 8888767.

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

Color convert

RGB191161135-
CMYK00.160.290.25
HSL27.86º30.43%63.92%-
HSV(B)27.86º29.32%74.9%-
XYZ38.638.3228.28-
YUV167.01109.94145.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=39.22%
G=33.06%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116113500.160.290.2527.8630.4363.92
HexBFA1870101D191c1e40
Octal27724120702035313436100
Binary101111111010000110000111010000111011100111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA187; }

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

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

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

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

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

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

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

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