#B8A18A

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

Shades of Rodeo Dust #B8A18A

Tints of Rodeo Dust #B8A18A

Color information

#B8A18A (or 0xB8A18A) is unknown color: approx Rodeo Dust. HEX triplet: B8, A1 and 8A. RGB value is (184,161,138). Sum of RGB (Red+Green+Blue) = 184+161+138=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A18A is #475E75. Grayscale: #A5A5A5. Windows color (decimal): -4677238 or 9085368. OLE color: 9085368.

HSL color Cylindrical-coordinate representation of color #B8A18A: hue angle of 30º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A18A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB184161138-
CMYK00.120.250.28
HSL30º24.47%63.14%-
HSV(B)30º25%72.16%-
XYZ37.137.5229.33-
YUV165.26112.62141.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416113800.120.250.283024.4763.14
HexB8A18A0C191C1e183f
Octal2702412120143134363077
Binary1011100010100001100010100110011001111001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A18A; }

 p { color: rgb(184,161,138); }

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

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

 a { background-color: rgb(184,161,138); }

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

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

 span { border-color: rgb(184,161,138); }

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