#BFA890

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

Shades of Rodeo Dust #BFA890

Tints of Rodeo Dust #BFA890

Color information

#BFA890 (or 0xBFA890) is unknown color: approx Rodeo Dust. HEX triplet: BF, A8 and 90. RGB value is (191,168,144). Sum of RGB (Red+Green+Blue) = 191+168+144=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA890 is #40576F. Grayscale: #ACACAC. Windows color (decimal): -4216688 or 9480383. OLE color: 9480383.

HSL color Cylindrical-coordinate representation of color #BFA890: hue angle of 30.64º 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 #BFA890 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191168144-
CMYK00.120.250.25
HSL30.64º26.86%65.69%-
HSV(B)30.64º24.61%74.9%-
XYZ40.5241.132.18-
YUV172.14112.12141.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=37.97%
G=33.40%
B=28.63%

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
Decimal19116814400.120.250.2530.6426.8665.69
HexBFA8900C19191f1b42
Octal27725022001431313733102
Binary10111111101010001001000001100110011100111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA890; }

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

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

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

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

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

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

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

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