Html Css Color HEX #B5AD45 Brass

📋 copy color: '#B5AD45'

red 181 ◦ green 173 ◦ blue 69

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

Shades of Brass #B5AD45

Tints of Brass #B5AD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 42.79%
G = 40.9%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B5AD45 (or 0xB5AD45) is known color: Brass. HEX triplet: B5, AD and 45. RGB value is (181,173,69). Sum of RGB (Red+Green+Blue) = 181+173+69=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD45 is #4A52BA. Grayscale: #A3A3A3. Windows color (decimal): -4870843 or 4566453. OLE color: 4566453.

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

Color convert

RGB 181 173 69 -
CMYK 0 0.04 0.62 0.29
HSL 55.71º 0.45% 0.49% -
HSV(B) 55.71º 0.62% 0.71% -
XYZ 35.07 40.14 11.53 -
YUV 163.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 181 173 69 0 0.04 0.62 0.29 55.71 0.45 0.49
Hex B5 AD 45 0 4 3E 1D 38 2D 31
Octal 265 255 105 0 4 76 35 70 55 61
Binary 10110101 10101101 1000101 0 100 111110 11101 111000 101101 110001

Color Harmonies of #B5AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD45

Black with #B5AD45

Text Example


Text Example

White with #B5AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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