#BBA38D

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

Shades of Rodeo Dust #BBA38D

Tints of Rodeo Dust #BBA38D

Color information

#BBA38D (or 0xBBA38D) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 8D. RGB value is (187,163,141). Sum of RGB (Red+Green+Blue) = 187+163+141=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38D is #445C72. Grayscale: #A7A7A7. Windows color (decimal): -4480115 or 9282491. OLE color: 9282491.

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

Color convert

RGB187163141-
CMYK00.130.250.27
HSL28.7º25.27%64.31%-
HSV(B)28.7º24.6%73.33%-
XYZ38.438.6830.64-
YUV167.67112.95141.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=38.09%
G=33.20%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716314100.130.250.2728.725.2764.31
HexBBA38D0D191B1d1940
Octal27324321501531333531100
Binary10111011101000111000110101101110011101111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA38D; }

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

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

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

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

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

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

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

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