Html Css Color HEX #B5AD3A Brass

📋 copy color: '#B5AD3A'

red 181 ◦ green 173 ◦ blue 58

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

Shades of Brass #B5AD3A

Tints of Brass #B5AD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 43.93%
G = 41.99%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5AD3A (or 0xB5AD3A) is known color: Brass. HEX triplet: B5, AD and 3A. RGB value is (181,173,58). Sum of RGB (Red+Green+Blue) = 181+173+58=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD3A is #4A52C5. Grayscale: #A2A2A2. Windows color (decimal): -4870854 or 3845557. OLE color: 3845557.

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

Color convert

RGB 181 173 58 -
CMYK 0 0.04 0.68 0.29
HSL 56.1º 0.51% 0.47% -
HSV(B) 56.1º 0.68% 0.71% -
XYZ 34.76 40.02 9.89 -
YUV 162.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 181 173 58 0 0.04 0.68 0.29 56.1 0.51 0.47
Hex B5 AD 3A 0 4 44 1D 38 33 2F
Octal 265 255 72 0 4 104 35 70 63 57
Binary 10110101 10101101 111010 0 100 1000100 11101 111000 110011 101111

Color Harmonies of #B5AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD3A

Black with #B5AD3A

Text Example


Text Example

White with #B5AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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