#BFA385

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

Shades of Rodeo Dust #BFA385

Tints of Rodeo Dust #BFA385

Color information

#BFA385 (or 0xBFA385) is unknown color: approx Rodeo Dust. HEX triplet: BF, A3 and 85. RGB value is (191,163,133). Sum of RGB (Red+Green+Blue) = 191+163+133=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA385 is #405C7A. Grayscale: #A8A8A8. Windows color (decimal): -4217979 or 8758207. OLE color: 8758207.

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

Color convert

RGB191163133-
CMYK00.150.300.25
HSL31.03º31.18%63.53%-
HSV(B)31.03º30.37%74.9%-
XYZ38.8238.9627.67-
YUV167.95108.28144.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=39.22%
G=33.47%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116313300.150.300.2531.0331.1863.53
HexBFA3850F1E191f1f40
Octal27724320501736313737100
Binary10111111101000111000010101111111101100111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA385; }

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

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

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

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

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

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

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

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