#B0B435

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

Shades of Brass #B0B435

Tints of Brass #B0B435

Color information

#B0B435 (or 0xB0B435) is unknown color: approx Brass. HEX triplet: B0, B4 and 35. RGB value is (176,180,53). Sum of RGB (Red+Green+Blue) = 176+180+53=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B435 is #4F4BCA. Grayscale: #A4A4A4. Windows color (decimal): -5196747 or 3519664. OLE color: 3519664.

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

Color convert

RGB17618053-
CMYK0.0200.710.29
HSL61.89º54.51%45.69%-
HSV(B)61.89º70.56%70.59%-
XYZ34.8742.139.66-
YUV164.3365.17136.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=43.03%
G=44.01%
B=12.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180530.0200.710.2961.8954.5145.69
HexB0B43520471D3e372e
Octal260264652010735766756
Binary1011000010110100110101100100011111101111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B435; }

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

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

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

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

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

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

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

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