Html Css Color HEX #B1AD48 Brass

📋 copy color: '#B1AD48'

red 177 ◦ green 173 ◦ blue 72

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

Shades of Brass #B1AD48

Tints of Brass #B1AD48

RGB

 RED value IS 177 (69.53% from 255) = 41.94%

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

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 41.94%
G = 41%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B1AD48 (or 0xB1AD48) is known color: Brass. HEX triplet: B1, AD and 48. RGB value is (177,173,72). Sum of RGB (Red+Green+Blue) = 177+173+72=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD48 is #4E52B7. Grayscale: #A3A3A3. Windows color (decimal): -5132984 or 4763057. OLE color: 4763057.

HSL color Cylindrical-coordinate representation of color #B1AD48: hue angle of 57.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1AD48 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 72 -
CMYK 0 0.02 0.59 0.31
HSL 57.71º 0.42% 0.49% -
HSV(B) 57.71º 0.59% 0.69% -
XYZ 34.24 39.7 11.99 -
YUV 162.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 177 173 72 0 0.02 0.59 0.31 57.71 0.42 0.49
Hex B1 AD 48 0 2 3B 1F 3A 2A 31
Octal 261 255 110 0 2 73 37 72 52 61
Binary 10110001 10101101 1001000 0 10 111011 11111 111010 101010 110001

Color Harmonies of #B1AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD48

Black with #B1AD48

Text Example


Text Example

White with #B1AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD48; }

 p { color: rgb(177,173,72); }

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

background-color css

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

 a { background-color: rgb(177,173,72); }

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

border-color css

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

 span { border-color: rgb(177,173,72); }

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