Html Css Color HEX #B5A636 Brass

📋 copy color: '#B5A636'

red 181 ◦ green 166 ◦ blue 54

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

Shades of Brass #B5A636

Tints of Brass #B5A636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 54 (21.48% from 255) = 13.47%

R = 45.14%
G = 41.4%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B5A636 (or 0xB5A636) is known color: Brass. HEX triplet: B5, A6 and 36. RGB value is (181,166,54). Sum of RGB (Red+Green+Blue) = 181+166+54=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A636 is #4A59C9. Grayscale: #9E9E9E. Windows color (decimal): -4872650 or 3581621. OLE color: 3581621.

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

Color convert

RGB 181 166 54 -
CMYK 0 0.08 0.70 0.29
HSL 52.91º 0.54% 0.46% -
HSV(B) 52.91º 0.7% 0.71% -
XYZ 33.36 37.36 8.94 -
YUV 157.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 181 166 54 0 0.08 0.70 0.29 52.91 0.54 0.46
Hex B5 A6 36 0 8 46 1D 35 36 2E
Octal 265 246 66 0 10 106 35 65 66 56
Binary 10110101 10100110 110110 0 1000 1000110 11101 110101 110110 101110

Color Harmonies of #B5A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A636

Black with #B5A636

Text Example


Text Example

White with #B5A636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A636; }

 p { color: rgb(181,166,54); }

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

background-color css

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

 a { background-color: rgb(181,166,54); }

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

border-color css

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

 span { border-color: rgb(181,166,54); }

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