#BBA38B

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

Shades of Rodeo Dust #BBA38B

Tints of Rodeo Dust #BBA38B

Color information

#BBA38B (or 0xBBA38B) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 8B. RGB value is (187,163,139). Sum of RGB (Red+Green+Blue) = 187+163+139=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38B is #445C74. Grayscale: #A7A7A7. Windows color (decimal): -4480117 or 9151419. OLE color: 9151419.

HSL color Cylindrical-coordinate representation of color #BBA38B: hue angle of 30º 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 #BBA38B is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187163139-
CMYK00.130.260.27
HSL30º26.09%63.92%-
HSV(B)30º25.67%73.33%-
XYZ38.2538.6229.87-
YUV167.44111.95141.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=38.24%
G=33.33%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716313900.130.260.273026.0963.92
HexBBA38B0D1A1B1e1a40
Octal27324321301532333632100
Binary10111011101000111000101101101110101101111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA38B; }

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

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

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

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

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

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

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

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