#BF9F82

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

Shades of Rodeo Dust #BF9F82

Tints of Rodeo Dust #BF9F82

Color information

#BF9F82 (or 0xBF9F82) is unknown color: approx Rodeo Dust. HEX triplet: BF, 9F and 82. RGB value is (191,159,130). Sum of RGB (Red+Green+Blue) = 191+159+130=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F82 is #40607D. Grayscale: #A5A5A5. Windows color (decimal): -4219006 or 8560575. OLE color: 8560575.

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

Color convert

RGB191159130-
CMYK00.170.320.25
HSL28.52º32.28%62.94%-
HSV(B)28.52º31.94%74.9%-
XYZ37.9137.4826.36-
YUV165.26108.1146.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=39.79%
G=33.12%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115913000.170.320.2528.5232.2862.94
HexBF9F8201120191d203f
Octal2772372020214031354077
Binary1011111110011111100000100100011000001100111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F82; }

 p { color: rgb(191,159,130); }

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

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

 a { background-color: rgb(191,159,130); }

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

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

 span { border-color: rgb(191,159,130); }

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