#BFA58A

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

Shades of Rodeo Dust #BFA58A

Tints of Rodeo Dust #BFA58A

Color information

#BFA58A (or 0xBFA58A) is unknown color: approx Rodeo Dust. HEX triplet: BF, A5 and 8A. RGB value is (191,165,138). Sum of RGB (Red+Green+Blue) = 191+165+138=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA58A is #405A75. Grayscale: #A9A9A9. Windows color (decimal): -4217462 or 9086399. OLE color: 9086399.

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

Color convert

RGB191165138-
CMYK00.140.280.25
HSL30.57º29.28%64.51%-
HSV(B)30.57º27.75%74.9%-
XYZ39.5339.8229.65-
YUV169.7110.11143.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=38.66%
G=33.40%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116513800.140.280.2530.5729.2864.51
HexBFA58A0E1C191f1d41
Octal27724521201634313735101
Binary10111111101001011000101001110111001100111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA58A; }

 p { color: rgb(191,165,138); }

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

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

 a { background-color: rgb(191,165,138); }

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

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

 span { border-color: rgb(191,165,138); }

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