Html Css Color HEX #B5A347 Brass

📋 copy color: '#B5A347'

red 181 ◦ green 163 ◦ blue 71

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

Shades of Brass #B5A347

Tints of Brass #B5A347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 43.61%
G = 39.28%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B5A347 (or 0xB5A347) is known color: Brass. HEX triplet: B5, A3 and 47. RGB value is (181,163,71). Sum of RGB (Red+Green+Blue) = 181+163+71=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A347 is #4A5CB8. Grayscale: #9E9E9E. Windows color (decimal): -4873401 or 4694965. OLE color: 4694965.

HSL color Cylindrical-coordinate representation of color #B5A347: hue angle of 50.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5A347 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 71 -
CMYK 0 0.10 0.61 0.29
HSL 50.18º 0.44% 0.49% -
HSV(B) 50.18º 0.61% 0.71% -
XYZ 33.29 36.47 11.25 -
YUV 157.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 181 163 71 0 0.10 0.61 0.29 50.18 0.44 0.49
Hex B5 A3 47 0 A 3D 1D 32 2C 31
Octal 265 243 107 0 12 75 35 62 54 61
Binary 10110101 10100011 1000111 0 1010 111101 11101 110010 101100 110001

Color Harmonies of #B5A347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A347

Black with #B5A347

Text Example


Text Example

White with #B5A347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A347; }

 p { color: rgb(181,163,71); }

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

background-color css

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

 a { background-color: rgb(181,163,71); }

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

border-color css

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

 span { border-color: rgb(181,163,71); }

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