#B0B43A

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

Shades of Brass #B0B43A

Tints of Brass #B0B43A

Color information

#B0B43A (or 0xB0B43A) is unknown color: approx Brass. HEX triplet: B0, B4 and 3A. RGB value is (176,180,58). Sum of RGB (Red+Green+Blue) = 176+180+58=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B43A is #4F4BC5. Grayscale: #A5A5A5. Windows color (decimal): -5196742 or 3847344. OLE color: 3847344.

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

Color convert

RGB17618058-
CMYK0.0200.680.29
HSL61.97º51.26%46.67%-
HSV(B)61.97º67.78%70.59%-
XYZ34.9942.1810.3-
YUV164.967.67135.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=42.51%
G=43.48%
B=14.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180580.0200.680.2961.9751.2646.67
HexB0B43A20441D3e332f
Octal260264722010435766357
Binary1011000010110100111010100100010011101111110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B43A; }

 p { color: rgb(176,180,58); }

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

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

 a { background-color: rgb(176,180,58); }

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

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

 span { border-color: rgb(176,180,58); }

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