#B4A634

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

Shades of Brass #B4A634

Tints of Brass #B4A634

Color information

#B4A634 (or 0xB4A634) is unknown color: approx Brass. HEX triplet: B4, A6 and 34. RGB value is (180,166,52). Sum of RGB (Red+Green+Blue) = 180+166+52=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A634 is #4B59CB. Grayscale: #9D9D9D. Windows color (decimal): -4938188 or 3450548. OLE color: 3450548.

HSL color Cylindrical-coordinate representation of color #B4A634: hue angle of 53.44º 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 #B4A634 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18016652-
CMYK00.080.710.29
HSL53.44º55.17%45.49%-
HSV(B)53.44º71.11%70.59%-
XYZ33.0837.228.69-
YUV157.1968.64144.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 52 (20.70% from 255) = 13.07%
R=45.23%
G=41.71%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801665200.080.710.2953.4455.1745.49
HexB4A63408471D35372d
Octal2642466401010735656755
Binary101101001010011011010001000100011111101110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A634; }

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

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

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

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

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

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

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

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