#BBA38A

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

Shades of Rodeo Dust #BBA38A

Tints of Rodeo Dust #BBA38A

Color information

#BBA38A (or 0xBBA38A) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 8A. RGB value is (187,163,138). Sum of RGB (Red+Green+Blue) = 187+163+138=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38A is #445C75. Grayscale: #A7A7A7. Windows color (decimal): -4480118 or 9085883. OLE color: 9085883.

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

Color convert

RGB187163138-
CMYK00.130.260.27
HSL30.61º26.49%63.73%-
HSV(B)30.61º26.2%73.33%-
XYZ38.1838.5929.48-
YUV167.33111.45142.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=38.32%
G=33.40%
B=28.28%

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
Decimal18716313800.130.260.2730.6126.4963.73
HexBBA38A0D1A1B1f1a40
Octal27324321201532333732100
Binary10111011101000111000101001101110101101111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA38A; }

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

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

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

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

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

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

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

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