#BBA28A

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

Shades of Rodeo Dust #BBA28A

Tints of Rodeo Dust #BBA28A

Color information

#BBA28A (or 0xBBA28A) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 8A. RGB value is (187,162,138). Sum of RGB (Red+Green+Blue) = 187+162+138=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA28A is #445D75. Grayscale: #A6A6A6. Windows color (decimal): -4480374 or 9085627. OLE color: 9085627.

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

Color convert

RGB187162138-
CMYK00.130.260.27
HSL29.39º26.49%63.73%-
HSV(B)29.39º26.2%73.33%-
XYZ3838.2429.42-
YUV166.74111.78142.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=38.40%
G=33.26%
B=28.34%

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
Decimal18716213800.130.260.2729.3926.4963.73
HexBBA28A0D1A1B1d1a40
Octal27324221201532333532100
Binary10111011101000101000101001101110101101111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA28A; }

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

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

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

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

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

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

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

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