#B4B234

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

Shades of Brass #B4B234

Tints of Brass #B4B234

Color information

#B4B234 (or 0xB4B234) is unknown color: approx Brass. HEX triplet: B4, B2 and 34. RGB value is (180,178,52). Sum of RGB (Red+Green+Blue) = 180+178+52=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B234 is #4B4DCB. Grayscale: #A4A4A4. Windows color (decimal): -4935116 or 3453620. OLE color: 3453620.

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

Color convert

RGB18017852-
CMYK00.010.710.29
HSL59.06º55.17%45.49%-
HSV(B)59.06º71.11%70.59%-
XYZ35.3641.799.45-
YUV164.2364.66139.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 52 (20.70% from 255) = 12.68%
R=43.90%
G=43.41%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801785200.010.710.2959.0655.1745.49
HexB4B23401471D3b372d
Octal264262640110735736755
Binary101101001011001011010001100011111101111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B234; }

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

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

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

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

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

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

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

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