#B9B334

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

Shades of Brass #B9B334

Tints of Brass #B9B334

Color information

#B9B334 (or 0xB9B334) is unknown color: approx Brass. HEX triplet: B9, B3 and 34. RGB value is (185,179,52). Sum of RGB (Red+Green+Blue) = 185+179+52=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B334 is #464CCB. Grayscale: #A6A6A6. Windows color (decimal): -4607180 or 3453881. OLE color: 3453881.

HSL color Cylindrical-coordinate representation of color #B9B334: hue angle of 57.29º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9B334 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18517952-
CMYK00.030.720.27
HSL57.29º56.12%46.47%-
HSV(B)57.29º71.89%72.55%-
XYZ36.7542.89.57-
YUV166.3263.49141.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 52 (20.70% from 255) = 12.5%
R=44.47%
G=43.03%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851795200.030.720.2757.2956.1246.47
HexB9B33403481B39382e
Octal271263640311033717056
Binary1011100110110011110100011100100011011111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B334; }

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

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

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

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

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

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

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

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