#B0B334

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

Shades of Brass #B0B334

Tints of Brass #B0B334

Color information

#B0B334 (or 0xB0B334) is unknown color: approx Brass. HEX triplet: B0, B3 and 34. RGB value is (176,179,52). Sum of RGB (Red+Green+Blue) = 176+179+52=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B334 is #4F4CCB. Grayscale: #A4A4A4. Windows color (decimal): -5197004 or 3453872. OLE color: 3453872.

HSL color Cylindrical-coordinate representation of color #B0B334: hue angle of 61.42º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0B334 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17617952-
CMYK0.0200.710.30
HSL61.42º54.98%45.29%-
HSV(B)61.42º70.95%70.2%-
XYZ34.6441.729.48-
YUV163.6265.01136.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=43.24%
G=43.98%
B=12.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179520.0200.710.3061.4254.9845.29
HexB0B33420471E3d372d
Octal260263642010736756755
Binary1011000010110011110100100100011111110111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B334; }

 p { color: rgb(176,179,52); }

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

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

 a { background-color: rgb(176,179,52); }

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

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

 span { border-color: rgb(176,179,52); }

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