Html Css Color HEX #B5AD4D Brass

📋 copy color: '#B5AD4D'

red 181 ◦ green 173 ◦ blue 77

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

Shades of Brass #B5AD4D

Tints of Brass #B5AD4D

RGB

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

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

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

R = 42%
G = 40.14%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5AD4D (or 0xB5AD4D) is known color: Brass. HEX triplet: B5, AD and 4D. RGB value is (181,173,77). Sum of RGB (Red+Green+Blue) = 181+173+77=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD4D is #4A52B2. Grayscale: #A4A4A4. Windows color (decimal): -4870835 or 5090741. OLE color: 5090741.

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

Color convert

RGB 181 173 77 -
CMYK 0 0.04 0.57 0.29
HSL 55.38º 0.41% 0.51% -
HSV(B) 55.38º 0.57% 0.71% -
XYZ 35.34 40.25 12.93 -
YUV 164.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 181 173 77 0 0.04 0.57 0.29 55.38 0.41 0.51
Hex B5 AD 4D 0 4 39 1D 37 29 33
Octal 265 255 115 0 4 71 35 67 51 63
Binary 10110101 10101101 1001101 0 100 111001 11101 110111 101001 110011

Color Harmonies of #B5AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD4D

Black with #B5AD4D

Text Example


Text Example

White with #B5AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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