#BFA990

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

Shades of Rodeo Dust #BFA990

Tints of Rodeo Dust #BFA990

Color information

#BFA990 (or 0xBFA990) is unknown color: approx Rodeo Dust. HEX triplet: BF, A9 and 90. RGB value is (191,169,144). Sum of RGB (Red+Green+Blue) = 191+169+144=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA990 is #40566F. Grayscale: #ACACAC. Windows color (decimal): -4216432 or 9480639. OLE color: 9480639.

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

Color convert

RGB191169144-
CMYK00.120.250.25
HSL31.91º26.86%65.69%-
HSV(B)31.91º24.61%74.9%-
XYZ40.7141.4732.24-
YUV172.73111.79141.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=37.90%
G=33.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116914400.120.250.2531.9126.8665.69
HexBFA9900C1919201b42
Octal27725122001431314033102
Binary101111111010100110010000011001100111001100000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA990; }

 p { color: rgb(191,169,144); }

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

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

 a { background-color: rgb(191,169,144); }

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

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

 span { border-color: rgb(191,169,144); }

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