#BFA481

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

Shades of Rodeo Dust #BFA481

Tints of Rodeo Dust #BFA481

Color information

#BFA481 (or 0xBFA481) is unknown color: approx Rodeo Dust. HEX triplet: BF, A4 and 81. RGB value is (191,164,129). Sum of RGB (Red+Green+Blue) = 191+164+129=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA481 is #405B7E. Grayscale: #A8A8A8. Windows color (decimal): -4217727 or 8496319. OLE color: 8496319.

HSL color Cylindrical-coordinate representation of color #BFA481: hue angle of 33.87º degrees, saturation: 0.33, 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 #BFA481 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191164129-
CMYK00.140.320.25
HSL33.87º32.63%62.75%-
HSV(B)33.87º32.46%74.9%-
XYZ38.7239.2126.3-
YUV168.08105.95144.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=39.46%
G=33.88%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116412900.140.320.2533.8732.6362.75
HexBFA4810E201922213f
Octal2772442010164031424177
Binary1011111110100100100000010111010000011001100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA481; }

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

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

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

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

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

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

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

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