#B5B433

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

Shades of Brass #B5B433

Tints of Brass #B5B433

Color information

#B5B433 (or 0xB5B433) is unknown color: approx Brass. HEX triplet: B5, B4 and 33. RGB value is (181,180,51). Sum of RGB (Red+Green+Blue) = 181+180+51=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B433 is #4A4BCC. Grayscale: #A6A6A6. Windows color (decimal): -4869069 or 3388597. OLE color: 3388597.

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

Color convert

RGB18118051-
CMYK00.010.720.29
HSL59.54º56.03%45.49%-
HSV(B)59.54º71.82%70.98%-
XYZ35.9742.719.48-
YUV165.5963.33138.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=43.93%
G=43.69%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811805100.010.720.2959.5456.0345.49
HexB5B43301481D3c382d
Octal265264630111035747055
Binary101101011011010011001101100100011101111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B433; }

 p { color: rgb(181,180,51); }

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

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

 a { background-color: rgb(181,180,51); }

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

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

 span { border-color: rgb(181,180,51); }

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