#B8A83A

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

Shades of Brass #B8A83A

Tints of Brass #B8A83A

Color information

#B8A83A (or 0xB8A83A) is unknown color: approx Brass. HEX triplet: B8, A8 and 3A. RGB value is (184,168,58). Sum of RGB (Red+Green+Blue) = 184+168+58=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A83A is #4757C5. Grayscale: #A0A0A0. Windows color (decimal): -4675526 or 3844280. OLE color: 3844280.

HSL color Cylindrical-coordinate representation of color #B8A83A: hue angle of 52.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8A83A is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18416858-
CMYK00.090.680.28
HSL52.38º52.07%47.45%-
HSV(B)52.38º68.48%72.16%-
XYZ34.5338.59.61-
YUV160.2470.3144.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 58 (23.05% from 255) = 14.15%
R=44.88%
G=40.98%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841685800.090.680.2852.3852.0747.45
HexB8A83A09441C34342f
Octal2702507201110434646457
Binary101110001010100011101001001100010011100110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A83A; }

 p { color: rgb(184,168,58); }

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

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

 a { background-color: rgb(184,168,58); }

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

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

 span { border-color: rgb(184,168,58); }

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