#B7B237

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

Shades of Brass #B7B237

Tints of Brass #B7B237

Color information

#B7B237 (or 0xB7B237) is unknown color: approx Brass. HEX triplet: B7, B2 and 37. RGB value is (183,178,55). Sum of RGB (Red+Green+Blue) = 183+178+55=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B237 is #484DC8. Grayscale: #A5A5A5. Windows color (decimal): -4738505 or 3650231. OLE color: 3650231.

HSL color Cylindrical-coordinate representation of color #B7B237: hue angle of 57.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7B237 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18317855-
CMYK00.030.700.28
HSL57.66º53.78%46.67%-
HSV(B)57.66º69.95%71.76%-
XYZ36.1442.189.85-
YUV165.4765.66140.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 55 (21.88% from 255) = 13.22%
R=43.99%
G=42.79%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831785500.030.700.2857.6653.7846.67
HexB7B23703461C3a362f
Octal267262670310634726657
Binary1011011110110010110111011100011011100111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B237; }

 p { color: rgb(183,178,55); }

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

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

 a { background-color: rgb(183,178,55); }

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

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

 span { border-color: rgb(183,178,55); }

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