#BFA88D

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

Shades of Rodeo Dust #BFA88D

Tints of Rodeo Dust #BFA88D

Color information

#BFA88D (or 0xBFA88D) is unknown color: approx Rodeo Dust. HEX triplet: BF, A8 and 8D. RGB value is (191,168,141). Sum of RGB (Red+Green+Blue) = 191+168+141=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA88D is #405772. Grayscale: #ABABAB. Windows color (decimal): -4216691 or 9283775. OLE color: 9283775.

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

Color convert

RGB191168141-
CMYK00.120.260.25
HSL32.4º28.09%65.1%-
HSV(B)32.4º26.18%74.9%-
XYZ40.34130.99-
YUV171.8110.62141.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=38.2%
G=33.6%
B=28.2%

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
Decimal19116814100.120.260.2532.428.0965.1
HexBFA88D0C1A19201c41
Octal27725021501432314034101
Binary101111111010100010001101011001101011001100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA88D; }

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

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

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

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

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

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

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

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