#BBA48B

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

Shades of Rodeo Dust #BBA48B

Tints of Rodeo Dust #BBA48B

Color information

#BBA48B (or 0xBBA48B) is unknown color: approx Rodeo Dust. HEX triplet: BB, A4 and 8B. RGB value is (187,164,139). Sum of RGB (Red+Green+Blue) = 187+164+139=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA48B is #445B74. Grayscale: #A8A8A8. Windows color (decimal): -4479861 or 9151675. OLE color: 9151675.

HSL color Cylindrical-coordinate representation of color #BBA48B: hue angle of 31.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA48B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187164139-
CMYK00.120.260.27
HSL31.25º26.09%63.92%-
HSV(B)31.25º25.67%73.33%-
XYZ38.4338.9829.92-
YUV168.03111.62141.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=38.16%
G=33.47%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716413900.120.260.2731.2526.0963.92
HexBBA48B0C1A1B1f1a40
Octal27324421301432333732100
Binary10111011101001001000101101100110101101111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA48B; }

 p { color: rgb(187,164,139); }

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

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

 a { background-color: rgb(187,164,139); }

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

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

 span { border-color: rgb(187,164,139); }

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