#BFA88E

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

Shades of Rodeo Dust #BFA88E

Tints of Rodeo Dust #BFA88E

Color information

#BFA88E (or 0xBFA88E) is unknown color: approx Rodeo Dust. HEX triplet: BF, A8 and 8E. RGB value is (191,168,142). Sum of RGB (Red+Green+Blue) = 191+168+142=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA88E is #405771. Grayscale: #ACACAC. Windows color (decimal): -4216690 or 9349311. OLE color: 9349311.

HSL color Cylindrical-coordinate representation of color #BFA88E: hue angle of 31.84º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA88E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191168142-
CMYK00.120.260.25
HSL31.84º27.68%65.29%-
HSV(B)31.84º25.65%74.9%-
XYZ40.3741.0331.38-
YUV171.91111.12141.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=38.12%
G=33.53%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116814200.120.260.2531.8427.6865.29
HexBFA88E0C1A19201c41
Octal27725021601432314034101
Binary101111111010100010001110011001101011001100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA88E; }

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

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

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

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

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

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

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

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