#B7B634

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

Shades of Brass #B7B634

Tints of Brass #B7B634

Color information

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

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

Color convert

RGB18318252-
CMYK00.010.720.28
HSL59.54º55.74%46.08%-
HSV(B)59.54º71.58%71.76%-
XYZ36.8843.779.75-
YUV167.4862.83139.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831825200.010.720.2859.5455.7446.08
HexB7B63401481C3c382e
Octal267266640111034747056
Binary101101111011011011010001100100011100111100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B634; }

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

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

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

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

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

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

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

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