#BFA78D

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

Shades of Rodeo Dust #BFA78D

Tints of Rodeo Dust #BFA78D

Color information

#BFA78D (or 0xBFA78D) is unknown color: approx Rodeo Dust. HEX triplet: BF, A7 and 8D. RGB value is (191,167,141). Sum of RGB (Red+Green+Blue) = 191+167+141=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA78D is #405872. Grayscale: #ABABAB. Windows color (decimal): -4216947 or 9283519. OLE color: 9283519.

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

Color convert

RGB191167141-
CMYK00.130.260.25
HSL31.2º28.09%65.1%-
HSV(B)31.2º26.18%74.9%-
XYZ40.1140.6430.93-
YUV171.21110.95142.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=38.28%
G=33.47%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116714100.130.260.2531.228.0965.1
HexBFA78D0D1A191f1c41
Octal27724721501532313734101
Binary10111111101001111000110101101110101100111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA78D; }

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

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

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

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

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

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

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

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