#B8A23F

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

Shades of Brass #B8A23F

Tints of Brass #B8A23F

Color information

#B8A23F (or 0xB8A23F) is unknown color: approx Brass. HEX triplet: B8, A2 and 3F. RGB value is (184,162,63). Sum of RGB (Red+Green+Blue) = 184+162+63=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A23F is #475DC0. Grayscale: #9D9D9D. Windows color (decimal): -4677057 or 4170424. OLE color: 4170424.

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

Color convert

RGB18416263-
CMYK00.120.660.28
HSL49.09º48.99%48.43%-
HSV(B)49.09º65.76%72.16%-
XYZ33.5836.399.96-
YUV157.2974.79147.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 63 (25% from 255) = 15.40%
R=44.99%
G=39.61%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841626300.120.660.2849.0948.9948.43
HexB8A23F0C421C313130
Octal2702427701410234616160
Binary101110001010001011111101100100001011100110001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A23F; }

 p { color: rgb(184,162,63); }

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

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

 a { background-color: rgb(184,162,63); }

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

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

 span { border-color: rgb(184,162,63); }

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