#BFA288

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

Shades of Rodeo Dust #BFA288

Tints of Rodeo Dust #BFA288

Color information

#BFA288 (or 0xBFA288) is unknown color: approx Rodeo Dust. HEX triplet: BF, A2 and 88. RGB value is (191,162,136). Sum of RGB (Red+Green+Blue) = 191+162+136=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA288 is #405D77. Grayscale: #A7A7A7. Windows color (decimal): -4218232 or 8954559. OLE color: 8954559.

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

Color convert

RGB191162136-
CMYK00.150.290.25
HSL28.36º30.05%64.12%-
HSV(B)28.36º28.8%74.9%-
XYZ38.8538.6928.71-
YUV167.71110.11144.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=39.06%
G=33.13%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116213600.150.290.2528.3630.0564.12
HexBFA2880F1D191c1e40
Octal27724221001735313436100
Binary10111111101000101000100001111111011100111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA288; }

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

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

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

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

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

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

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

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