#B3B434

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

Shades of Brass #B3B434

Tints of Brass #B3B434

Color information

#B3B434 (or 0xB3B434) is unknown color: approx Brass. HEX triplet: B3, B4 and 34. RGB value is (179,180,52). Sum of RGB (Red+Green+Blue) = 179+180+52=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B434 is #4C4BCB. Grayscale: #A5A5A5. Windows color (decimal): -5000140 or 3454131. OLE color: 3454131.

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

Color convert

RGB17918052-
CMYK0.0100.710.29
HSL60.47º55.17%45.49%-
HSV(B)60.47º71.11%70.59%-
XYZ35.5342.479.57-
YUV165.1164.17137.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=43.55%
G=43.80%
B=12.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180520.0100.710.2960.4755.1745.49
HexB3B43410471D3c372d
Octal263264641010735746755
Binary101100111011010011010010100011111101111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B434; }

 p { color: rgb(179,180,52); }

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

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

 a { background-color: rgb(179,180,52); }

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

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

 span { border-color: rgb(179,180,52); }

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