#B3B433

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

Shades of Brass #B3B433

Tints of Brass #B3B433

Color information

#B3B433 (or 0xB3B433) is unknown color: approx Brass. HEX triplet: B3, B4 and 33. RGB value is (179,180,51). Sum of RGB (Red+Green+Blue) = 179+180+51=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B433 is #4C4BCC. Grayscale: #A5A5A5. Windows color (decimal): -5000141 or 3388595. OLE color: 3388595.

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

Color convert

RGB17918051-
CMYK0.0100.720.29
HSL60.47º55.84%45.29%-
HSV(B)60.47º71.67%70.59%-
XYZ35.5142.479.46-
YUV164.9963.67137.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 51 (20.31% from 255) = 12.44%
R=43.66%
G=43.90%
B=12.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180510.0100.720.2960.4755.8445.29
HexB3B43310481D3c382d
Octal263264631011035747055
Binary101100111011010011001110100100011101111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B433; }

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

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

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

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

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

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

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

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