Html Css Color HEX #B5A237 Brass

📋 copy color: '#B5A237'

red 181 ◦ green 162 ◦ blue 55

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

Shades of Brass #B5A237

Tints of Brass #B5A237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

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

R = 45.48%
G = 40.7%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B5A237 (or 0xB5A237) is known color: Brass. HEX triplet: B5, A2 and 37. RGB value is (181,162,55). Sum of RGB (Red+Green+Blue) = 181+162+55=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A237 is #4A5DC8. Grayscale: #9B9B9B. Windows color (decimal): -4873673 or 3646133. OLE color: 3646133.

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

Color convert

RGB 181 162 55 -
CMYK 0 0.10 0.70 0.29
HSL 50.95º 0.53% 0.46% -
HSV(B) 50.95º 0.7% 0.71% -
XYZ 32.67 35.94 8.83 -
YUV 155.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 181 162 55 0 0.10 0.70 0.29 50.95 0.53 0.46
Hex B5 A2 37 0 A 46 1D 33 35 2E
Octal 265 242 67 0 12 106 35 63 65 56
Binary 10110101 10100010 110111 0 1010 1000110 11101 110011 110101 101110

Color Harmonies of #B5A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A237

Black with #B5A237

Text Example


Text Example

White with #B5A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A237; }

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

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

background-color css

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

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

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

border-color css

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

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

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