#B7B53D

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

Shades of Brass #B7B53D

Tints of Brass #B7B53D

Color information

#B7B53D (or 0xB7B53D) is unknown color: approx Brass. HEX triplet: B7, B5 and 3D. RGB value is (183,181,61). Sum of RGB (Red+Green+Blue) = 183+181+61=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B53D is #484AC2. Grayscale: #A8A8A8. Windows color (decimal): -4737731 or 4044215. OLE color: 4044215.

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

Color convert

RGB18318161-
CMYK00.010.670.28
HSL59.02º50%47.84%-
HSV(B)59.02º66.67%71.76%-
XYZ36.8943.4510.86-
YUV167.9267.66138.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=43.06%
G=42.59%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831816100.010.670.2859.025047.84
HexB7B53D01431C3b3230
Octal267265750110334736260
Binary101101111011010111110101100001111100111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B53D; }

 p { color: rgb(183,181,61); }

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

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

 a { background-color: rgb(183,181,61); }

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

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

 span { border-color: rgb(183,181,61); }

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