Html Css Color HEX #B5A44D Brass

📋 copy color: '#B5A44D'

red 181 ◦ green 164 ◦ blue 77

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

Shades of Brass #B5A44D

Tints of Brass #B5A44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 42.89%
G = 38.86%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5A44D (or 0xB5A44D) is known color: Brass. HEX triplet: B5, A4 and 4D. RGB value is (181,164,77). Sum of RGB (Red+Green+Blue) = 181+164+77=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A44D is #4A5BB2. Grayscale: #9F9F9F. Windows color (decimal): -4873139 or 5088437. OLE color: 5088437.

HSL color Cylindrical-coordinate representation of color #B5A44D: hue angle of 50.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5A44D is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 77 -
CMYK 0 0.09 0.57 0.29
HSL 50.19º 0.41% 0.51% -
HSV(B) 50.19º 0.57% 0.71% -
XYZ 33.67 36.91 12.37 -
YUV 159.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 181 164 77 0 0.09 0.57 0.29 50.19 0.41 0.51
Hex B5 A4 4D 0 9 39 1D 32 29 33
Octal 265 244 115 0 11 71 35 62 51 63
Binary 10110101 10100100 1001101 0 1001 111001 11101 110010 101001 110011

Color Harmonies of #B5A44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A44D

Black with #B5A44D

Text Example


Text Example

White with #B5A44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A44D; }

 p { color: rgb(181,164,77); }

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

background-color css

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

 a { background-color: rgb(181,164,77); }

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

border-color css

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

 span { border-color: rgb(181,164,77); }

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