#BFA290

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

Shades of Rodeo Dust #BFA290

Tints of Rodeo Dust #BFA290

Color information

#BFA290 (or 0xBFA290) is unknown color: approx Rodeo Dust. HEX triplet: BF, A2 and 90. RGB value is (191,162,144). Sum of RGB (Red+Green+Blue) = 191+162+144=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA290 is #405D6F. Grayscale: #A8A8A8. Windows color (decimal): -4218224 or 9478847. OLE color: 9478847.

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

Color convert

RGB191162144-
CMYK00.150.250.25
HSL22.98º26.86%65.69%-
HSV(B)22.98º24.61%74.9%-
XYZ39.4438.9331.82-
YUV168.62114.11143.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=38.43%
G=32.60%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116214400.150.250.2522.9826.8665.69
HexBFA2900F1919171b42
Octal27724222001731312733102
Binary10111111101000101001000001111110011100110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA290; }

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

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

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

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

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

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

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

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