#BFA382

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

Shades of Rodeo Dust #BFA382

Tints of Rodeo Dust #BFA382

Color information

#BFA382 (or 0xBFA382) is unknown color: approx Rodeo Dust. HEX triplet: BF, A3 and 82. RGB value is (191,163,130). Sum of RGB (Red+Green+Blue) = 191+163+130=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA382 is #405C7D. Grayscale: #A7A7A7. Windows color (decimal): -4217982 or 8561599. OLE color: 8561599.

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

Color convert

RGB191163130-
CMYK00.150.320.25
HSL32.46º32.28%62.94%-
HSV(B)32.46º31.94%74.9%-
XYZ38.6138.8826.59-
YUV167.61106.78144.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=39.46%
G=33.68%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116313000.150.320.2532.4632.2862.94
HexBFA3820F201920203f
Octal2772432020174031404077
Binary1011111110100011100000100111110000011001100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA382; }

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

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

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

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

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

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

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

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