Html Css Color HEX #B5AD37 Brass

📋 copy color: '#B5AD37'

red 181 ◦ green 173 ◦ blue 55

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

Shades of Brass #B5AD37

Tints of Brass #B5AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 44.25%
G = 42.3%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B5AD37 (or 0xB5AD37) is known color: Brass. HEX triplet: B5, AD and 37. RGB value is (181,173,55). Sum of RGB (Red+Green+Blue) = 181+173+55=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD37 is #4A52C8. Grayscale: #A2A2A2. Windows color (decimal): -4870857 or 3648949. OLE color: 3648949.

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

Color convert

RGB 181 173 55 -
CMYK 0 0.04 0.70 0.29
HSL 56.19º 0.53% 0.46% -
HSV(B) 56.19º 0.7% 0.71% -
XYZ 34.69 39.99 9.5 -
YUV 161.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 181 173 55 0 0.04 0.70 0.29 56.19 0.53 0.46
Hex B5 AD 37 0 4 46 1D 38 35 2E
Octal 265 255 67 0 4 106 35 70 65 56
Binary 10110101 10101101 110111 0 100 1000110 11101 111000 110101 101110

Color Harmonies of #B5AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD37

Black with #B5AD37

Text Example


Text Example

White with #B5AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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