#BFA480

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

Shades of Rodeo Dust #BFA480

Tints of Rodeo Dust #BFA480

Color information

#BFA480 (or 0xBFA480) is unknown color: approx Rodeo Dust. HEX triplet: BF, A4 and 80. RGB value is (191,164,128). Sum of RGB (Red+Green+Blue) = 191+164+128=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA480 is #405B7F. Grayscale: #A8A8A8. Windows color (decimal): -4217728 or 8430783. OLE color: 8430783.

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

Color convert

RGB191164128-
CMYK00.140.330.25
HSL34.29º32.98%62.55%-
HSV(B)34.29º32.98%74.9%-
XYZ38.6639.1925.95-
YUV167.97105.45144.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=39.54%
G=33.95%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116412800.140.330.2534.2932.9862.55
HexBFA4800E211922213f
Octal2772442000164131424177
Binary1011111110100100100000000111010000111001100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA480; }

 p { color: rgb(191,164,128); }

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

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

 a { background-color: rgb(191,164,128); }

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

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

 span { border-color: rgb(191,164,128); }

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