#BFA788

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

Shades of Rodeo Dust #BFA788

Tints of Rodeo Dust #BFA788

Color information

#BFA788 (or 0xBFA788) is unknown color: approx Rodeo Dust. HEX triplet: BF, A7 and 88. RGB value is (191,167,136). Sum of RGB (Red+Green+Blue) = 191+167+136=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA788 is #405877. Grayscale: #AAAAAA. Windows color (decimal): -4216952 or 8955839. OLE color: 8955839.

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

Color convert

RGB191167136-
CMYK00.130.290.25
HSL33.82º30.05%64.12%-
HSV(B)33.82º28.8%74.9%-
XYZ39.7540.4929.01-
YUV170.64108.45142.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=38.66%
G=33.81%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116713600.130.290.2533.8230.0564.12
HexBFA7880D1D19221e40
Octal27724721001535314236100
Binary101111111010011110001000011011110111001100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA788; }

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

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

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

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

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

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

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

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