#BFA790

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

Shades of Rodeo Dust #BFA790

Tints of Rodeo Dust #BFA790

Color information

#BFA790 (or 0xBFA790) is unknown color: approx Rodeo Dust. HEX triplet: BF, A7 and 90. RGB value is (191,167,144). Sum of RGB (Red+Green+Blue) = 191+167+144=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA790 is #40586F. Grayscale: #ABABAB. Windows color (decimal): -4216944 or 9480127. OLE color: 9480127.

HSL color Cylindrical-coordinate representation of color #BFA790: hue angle of 29.36º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA790 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191167144-
CMYK00.130.250.25
HSL29.36º26.86%65.69%-
HSV(B)29.36º24.61%74.9%-
XYZ40.3440.7332.12-
YUV171.55112.45141.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=38.05%
G=33.27%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116714400.130.250.2529.3626.8665.69
HexBFA7900D19191d1b42
Octal27724722001531313533102
Binary10111111101001111001000001101110011100111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA790; }

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

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

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

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

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

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

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

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