#B7B635

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

Shades of Brass #B7B635

Tints of Brass #B7B635

Color information

#B7B635 (or 0xB7B635) is unknown color: approx Brass. HEX triplet: B7, B6 and 35. RGB value is (183,182,53). Sum of RGB (Red+Green+Blue) = 183+182+53=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B635 is #4849CA. Grayscale: #A8A8A8. Windows color (decimal): -4737483 or 3520183. OLE color: 3520183.

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

Color convert

RGB18318253-
CMYK00.010.710.28
HSL59.54º55.08%46.27%-
HSV(B)59.54º71.04%71.76%-
XYZ36.943.789.87-
YUV167.5963.33138.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=43.78%
G=43.54%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831825300.010.710.2859.5455.0846.27
HexB7B63501471C3c372e
Octal267266650110734746756
Binary101101111011011011010101100011111100111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B635; }

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

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

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

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

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

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

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

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