#BBA38F

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

Shades of Rodeo Dust #BBA38F

Tints of Rodeo Dust #BBA38F

Color information

#BBA38F (or 0xBBA38F) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 8F. RGB value is (187,163,143). Sum of RGB (Red+Green+Blue) = 187+163+143=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38F is #445C70. Grayscale: #A8A8A8. Windows color (decimal): -4480113 or 9413563. OLE color: 9413563.

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

Color convert

RGB187163143-
CMYK00.130.240.27
HSL27.27º24.44%64.71%-
HSV(B)27.27º23.53%73.33%-
XYZ38.5538.7431.43-
YUV167.9113.95141.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=37.93%
G=33.06%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716314300.130.240.2727.2724.4464.71
HexBBA38F0D181B1b1841
Octal27324321701530333330101
Binary10111011101000111000111101101110001101111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA38F; }

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

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

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

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

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

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

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

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