#B8AD38

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

Shades of Brass #B8AD38

Tints of Brass #B8AD38

Color information

#B8AD38 (or 0xB8AD38) is unknown color: approx Brass. HEX triplet: B8, AD and 38. RGB value is (184,173,56). Sum of RGB (Red+Green+Blue) = 184+173+56=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD38 is #4752C7. Grayscale: #A3A3A3. Windows color (decimal): -4674248 or 3714488. OLE color: 3714488.

HSL color Cylindrical-coordinate representation of color #B8AD38: hue angle of 54.84º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8AD38 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18417356-
CMYK00.060.700.28
HSL54.84º53.33%47.06%-
HSV(B)54.84º69.57%72.16%-
XYZ35.4240.369.67-
YUV162.9567.64143.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 56 (22.27% from 255) = 13.56%
R=44.55%
G=41.89%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841735600.060.700.2854.8453.3347.06
HexB8AD3806461C37352f
Octal270255700610634676557
Binary10111000101011011110000110100011011100110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD38; }

 p { color: rgb(184,173,56); }

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

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

 a { background-color: rgb(184,173,56); }

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

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

 span { border-color: rgb(184,173,56); }

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