#BFA688

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

Shades of Rodeo Dust #BFA688

Tints of Rodeo Dust #BFA688

Color information

#BFA688 (or 0xBFA688) is unknown color: approx Rodeo Dust. HEX triplet: BF, A6 and 88. RGB value is (191,166,136). Sum of RGB (Red+Green+Blue) = 191+166+136=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA688 is #405977. Grayscale: #AAAAAA. Windows color (decimal): -4217208 or 8955583. OLE color: 8955583.

HSL color Cylindrical-coordinate representation of color #BFA688: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA688 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191166136-
CMYK00.130.290.25
HSL32.73º30.05%64.12%-
HSV(B)32.73º28.8%74.9%-
XYZ39.5740.1328.95-
YUV170.05108.78142.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=38.74%
G=33.67%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116613600.130.290.2532.7330.0564.12
HexBFA6880D1D19211e40
Octal27724621001535314136100
Binary101111111010011010001000011011110111001100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA688; }

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

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

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

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

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

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

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

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