#BFA188

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

Shades of Rodeo Dust #BFA188

Tints of Rodeo Dust #BFA188

Color information

#BFA188 (or 0xBFA188) is unknown color: approx Rodeo Dust. HEX triplet: BF, A1 and 88. RGB value is (191,161,136). Sum of RGB (Red+Green+Blue) = 191+161+136=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA188 is #405E77. Grayscale: #A7A7A7. Windows color (decimal): -4218488 or 8954303. OLE color: 8954303.

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

Color convert

RGB191161136-
CMYK00.160.290.25
HSL27.27º30.05%64.12%-
HSV(B)27.27º28.8%74.9%-
XYZ38.6738.3428.66-
YUV167.12110.44145.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=39.14%
G=32.99%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116113600.160.290.2527.2730.0564.12
HexBFA1880101D191b1e40
Octal27724121002035313336100
Binary101111111010000110001000010000111011100111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA188; }

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

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

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

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

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

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

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

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