Html Css Color HEX #B7A137 Brass

📋 copy color: '#B7A137'

red 183 ◦ green 161 ◦ blue 55

#B7A137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B7A137

Tints of Brass #B7A137

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

 GREEN value IS 161 (63.28% from 255) = 40.35%

 BLUE value IS 55 (21.88% from 255) = 13.78%

R = 45.86%
G = 40.35%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7A137 (or 0xB7A137) is known color: Brass. HEX triplet: B7, A1 and 37. RGB value is (183,161,55). Sum of RGB (Red+Green+Blue) = 183+161+55=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A137 is #485EC8. Grayscale: #9B9B9B. Windows color (decimal): -4742857 or 3645879. OLE color: 3645879.

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

Color convert

RGB 183 161 55 -
CMYK 0 0.12 0.70 0.28
HSL 49.69º 0.54% 0.47% -
HSV(B) 49.69º 0.7% 0.72% -
XYZ 32.96 35.83 8.79 -
YUV 155.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 183 161 55 0 0.12 0.70 0.28 49.69 0.54 0.47
Hex B7 A1 37 0 C 46 1C 32 36 2F
Octal 267 241 67 0 14 106 34 62 66 57
Binary 10110111 10100001 110111 0 1100 1000110 11100 110010 110110 101111

Color Harmonies of #B7A137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A137

Black with #B7A137

Text Example


Text Example

White with #B7A137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A137; }

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

 H1.HeaderClassName
 {
   color: #B7A137;
 }
 .AnyTagClassName
 {
   color: #B7A137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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