#BFA088

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

Shades of Rodeo Dust #BFA088

Tints of Rodeo Dust #BFA088

Color information

#BFA088 (or 0xBFA088) is unknown color: approx Rodeo Dust. HEX triplet: BF, A0 and 88. RGB value is (191,160,136). Sum of RGB (Red+Green+Blue) = 191+160+136=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA088 is #405F77. Grayscale: #A6A6A6. Windows color (decimal): -4218744 or 8954047. OLE color: 8954047.

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

Color convert

RGB191160136-
CMYK00.160.290.25
HSL26.18º30.05%64.12%-
HSV(B)26.18º28.8%74.9%-
XYZ38.53828.6-
YUV166.53110.77145.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=39.22%
G=32.85%
B=27.93%

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
Decimal19116013600.160.290.2526.1830.0564.12
HexBFA0880101D191a1e40
Octal27724021002035313236100
Binary101111111010000010001000010000111011100111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA088; }

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

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

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

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

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

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

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

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