#BFA88B

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

Shades of Rodeo Dust #BFA88B

Tints of Rodeo Dust #BFA88B

Color information

#BFA88B (or 0xBFA88B) is unknown color: approx Rodeo Dust. HEX triplet: BF, A8 and 8B. RGB value is (191,168,139). Sum of RGB (Red+Green+Blue) = 191+168+139=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA88B is #405774. Grayscale: #ABABAB. Windows color (decimal): -4216693 or 9152703. OLE color: 9152703.

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

Color convert

RGB191168139-
CMYK00.120.270.25
HSL33.46º28.89%64.71%-
HSV(B)33.46º27.23%74.9%-
XYZ40.1540.9530.21-
YUV171.57109.62141.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=38.35%
G=33.73%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116813900.120.270.2533.4628.8964.71
HexBFA88B0C1B19211d41
Octal27725021301433314135101
Binary101111111010100010001011011001101111001100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA88B; }

 p { color: rgb(191,168,139); }

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

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

 a { background-color: rgb(191,168,139); }

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

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

 span { border-color: rgb(191,168,139); }

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