Html Css Color HEX #B5A837 Brass

📋 copy color: '#B5A837'

red 181 ◦ green 168 ◦ blue 55

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

Shades of Brass #B5A837

Tints of Brass #B5A837

RGB

 RED value IS 181 (71.09% from 255) = 44.8%

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 44.8%
G = 41.58%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B5A837 (or 0xB5A837) is known color: Brass. HEX triplet: B5, A8 and 37. RGB value is (181,168,55). Sum of RGB (Red+Green+Blue) = 181+168+55=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A837 is #4A57C8. Grayscale: #9F9F9F. Windows color (decimal): -4872137 or 3647669. OLE color: 3647669.

HSL color Cylindrical-coordinate representation of color #B5A837: hue angle of 53.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5A837 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 55 -
CMYK 0 0.07 0.70 0.29
HSL 53.81º 0.53% 0.46% -
HSV(B) 53.81º 0.7% 0.71% -
XYZ 33.75 38.1 9.19 -
YUV 159.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 181 168 55 0 0.07 0.70 0.29 53.81 0.53 0.46
Hex B5 A8 37 0 7 46 1D 36 35 2E
Octal 265 250 67 0 7 106 35 66 65 56
Binary 10110101 10101000 110111 0 111 1000110 11101 110110 110101 101110

Color Harmonies of #B5A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A837

Black with #B5A837

Text Example


Text Example

White with #B5A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A837; }

 p { color: rgb(181,168,55); }

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

background-color css

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

 a { background-color: rgb(181,168,55); }

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

border-color css

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

 span { border-color: rgb(181,168,55); }

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