#B4A83E

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

Shades of Brass #B4A83E

Tints of Brass #B4A83E

Color information

#B4A83E (or 0xB4A83E) is unknown color: approx Brass. HEX triplet: B4, A8 and 3E. RGB value is (180,168,62). Sum of RGB (Red+Green+Blue) = 180+168+62=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A83E is #4B57C1. Grayscale: #9F9F9F. Windows color (decimal): -4937666 or 4106420. OLE color: 4106420.

HSL color Cylindrical-coordinate representation of color #B4A83E: hue angle of 53.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4A83E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18016862-
CMYK00.070.660.29
HSL53.9º48.76%47.45%-
HSV(B)53.9º65.56%70.59%-
XYZ33.6938.0610.13-
YUV159.572.98142.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=43.90%
G=40.98%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801686200.070.660.2953.948.7647.45
HexB4A83E07421D36312f
Octal264250760710235666157
Binary10110100101010001111100111100001011101110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A83E; }

 p { color: rgb(180,168,62); }

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

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

 a { background-color: rgb(180,168,62); }

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

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

 span { border-color: rgb(180,168,62); }

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