Html Css Color HEX #B5AD34 Brass

📋 copy color: '#B5AD34'

red 181 ◦ green 173 ◦ blue 52

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

Shades of Brass #B5AD34

Tints of Brass #B5AD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.81%

R = 44.58%
G = 42.61%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B5AD34 (or 0xB5AD34) is known color: Brass. HEX triplet: B5, AD and 34. RGB value is (181,173,52). Sum of RGB (Red+Green+Blue) = 181+173+52=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD34 is #4A52CB. Grayscale: #A2A2A2. Windows color (decimal): -4870860 or 3452341. OLE color: 3452341.

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

Color convert

RGB 181 173 52 -
CMYK 0 0.04 0.71 0.29
HSL 56.28º 0.55% 0.46% -
HSV(B) 56.28º 0.71% 0.71% -
XYZ 34.62 39.96 9.14 -
YUV 161.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 181 173 52 0 0.04 0.71 0.29 56.28 0.55 0.46
Hex B5 AD 34 0 4 47 1D 38 37 2E
Octal 265 255 64 0 4 107 35 70 67 56
Binary 10110101 10101101 110100 0 100 1000111 11101 111000 110111 101110

Color Harmonies of #B5AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD34

Black with #B5AD34

Text Example


Text Example

White with #B5AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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