#B4B734

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

Shades of Brass #B4B734

Tints of Brass #B4B734

Color information

#B4B734 (or 0xB4B734) is unknown color: approx Brass. HEX triplet: B4, B7 and 34. RGB value is (180,183,52). Sum of RGB (Red+Green+Blue) = 180+183+52=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B734 is #4B48CB. Grayscale: #A7A7A7. Windows color (decimal): -4933836 or 3454900. OLE color: 3454900.

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

Color convert

RGB18018352-
CMYK0.0200.720.28
HSL61.37º55.74%46.08%-
HSV(B)61.37º71.58%71.76%-
XYZ36.3843.829.79-
YUV167.1763.01137.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=43.37%
G=44.10%
B=12.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183520.0200.720.2861.3755.7446.08
HexB4B73420481C3d382e
Octal264267642011034757056
Binary1011010010110111110100100100100011100111101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B734; }

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

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

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

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

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

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

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

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