#BF9E89

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

Shades of Rodeo Dust #BF9E89

Tints of Rodeo Dust #BF9E89

Color information

#BF9E89 (or 0xBF9E89) is unknown color: approx Rodeo Dust. HEX triplet: BF, 9E and 89. RGB value is (191,158,137). Sum of RGB (Red+Green+Blue) = 191+158+137=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E89 is #406176. Grayscale: #A5A5A5. Windows color (decimal): -4219255 or 9019071. OLE color: 9019071.

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

Color convert

RGB191158137-
CMYK00.170.280.25
HSL23.33º29.67%64.31%-
HSV(B)23.33º28.27%74.9%-
XYZ38.2337.3428.86-
YUV165.47111.93146.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=39.30%
G=32.51%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115813700.170.280.2523.3329.6764.31
HexBF9E890111C19171e40
Octal27723621102134312736100
Binary101111111001111010001001010001111001100110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E89; }

 p { color: rgb(191,158,137); }

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

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

 a { background-color: rgb(191,158,137); }

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

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

 span { border-color: rgb(191,158,137); }

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