#B6A28E

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

Shades of Rodeo Dust #B6A28E

Tints of Rodeo Dust #B6A28E

Color information

#B6A28E (or 0xB6A28E) is unknown color: approx Rodeo Dust. HEX triplet: B6, A2 and 8E. RGB value is (182,162,142). Sum of RGB (Red+Green+Blue) = 182+162+142=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A28E is #495D71. Grayscale: #A5A5A5. Windows color (decimal): -4808050 or 9347766. OLE color: 9347766.

HSL color Cylindrical-coordinate representation of color #B6A28E: hue angle of 30º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A28E is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB182162142-
CMYK00.110.220.29
HSL30º21.51%63.53%-
HSV(B)30º21.98%71.37%-
XYZ37.0937.7430.92-
YUV165.7114.63139.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=37.45%
G=33.33%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216214200.110.220.293021.5163.53
HexB6A28E0B161D1e1640
Octal26624221601326353626100
Binary10110110101000101000111001011101101110111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A28E; }

 p { color: rgb(182,162,142); }

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

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

 a { background-color: rgb(182,162,142); }

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

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

 span { border-color: rgb(182,162,142); }

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