#BFA690

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

Shades of Rodeo Dust #BFA690

Tints of Rodeo Dust #BFA690

Color information

#BFA690 (or 0xBFA690) is unknown color: approx Rodeo Dust. HEX triplet: BF, A6 and 90. RGB value is (191,166,144). Sum of RGB (Red+Green+Blue) = 191+166+144=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA690 is #40596F. Grayscale: #ABABAB. Windows color (decimal): -4217200 or 9479871. OLE color: 9479871.

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

Color convert

RGB191166144-
CMYK00.130.250.25
HSL28.09º26.86%65.69%-
HSV(B)28.09º24.61%74.9%-
XYZ40.1640.3632.06-
YUV170.97112.78142.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=38.12%
G=33.13%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116614400.130.250.2528.0926.8665.69
HexBFA6900D19191c1b42
Octal27724622001531313433102
Binary10111111101001101001000001101110011100111100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA690; }

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

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

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

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

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

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

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

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