#b6b734

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

Shades of Brass #B6B734

Tints of Brass #B6B734

Color information

#B6B734 (or 0xB6B734) is unknown color: approx Brass. HEX triplet: B6, B7 and 34. RGB value is (182,183,52). Sum of RGB (Red+Green+Blue) = 182+183+52=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B734 is #4948CB. Grayscale: #A8A8A8. Windows color (decimal): -4802764 or 3454902. OLE color: 3454902.

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

Color convert

RGB18218352-
CMYK0.0100.720.28
HSL60.46º55.74%46.08%-
HSV(B)60.46º71.58%71.76%-
XYZ36.8444.069.81-
YUV167.7762.67138.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 52 (20.70% from 255) = 12.47%
R=43.65%
G=43.88%
B=12.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183520.0100.720.2860.4655.7446.08
HexB6B73410481C3c382e
Octal266267641011034747056
Binary101101101011011111010010100100011100111100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6b734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6b734; }

 p { color: rgb(182,183,52); }

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

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

 a { background-color: rgb(182,183,52); }

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

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

 span { border-color: rgb(182,183,52); }

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