#B9B234

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

Shades of Brass #B9B234

Tints of Brass #B9B234

Color information

#B9B234 (or 0xB9B234) is unknown color: approx Brass. HEX triplet: B9, B2 and 34. RGB value is (185,178,52). Sum of RGB (Red+Green+Blue) = 185+178+52=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B234 is #464DCB. Grayscale: #A6A6A6. Windows color (decimal): -4607436 or 3453625. OLE color: 3453625.

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

Color convert

RGB18517852-
CMYK00.040.720.27
HSL56.84º56.12%46.47%-
HSV(B)56.84º71.89%72.55%-
XYZ36.5542.49.51-
YUV165.7363.82141.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=44.58%
G=42.89%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851785200.040.720.2756.8456.1246.47
HexB9B23404481B39382e
Octal271262640411033717056
Binary10111001101100101101000100100100011011111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B234; }

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

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

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

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

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

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

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

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