#BFA087

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

Shades of Rodeo Dust #BFA087

Tints of Rodeo Dust #BFA087

Color information

#BFA087 (or 0xBFA087) is unknown color: approx Rodeo Dust. HEX triplet: BF, A0 and 87. RGB value is (191,160,135). Sum of RGB (Red+Green+Blue) = 191+160+135=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA087 is #405F78. Grayscale: #A6A6A6. Windows color (decimal): -4218745 or 8888511. OLE color: 8888511.

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

Color convert

RGB191160135-
CMYK00.160.290.25
HSL26.79º30.43%63.92%-
HSV(B)26.79º29.32%74.9%-
XYZ38.4337.9728.22-
YUV166.42110.27145.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=39.30%
G=32.92%
B=27.78%

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
Decimal19116013500.160.290.2526.7930.4363.92
HexBFA0870101D191b1e40
Octal27724020702035313336100
Binary101111111010000010000111010000111011100111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA087; }

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

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

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

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

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

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

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

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