Html Css Color HEX #B3AD37 Brass

📋 copy color: '#B3AD37'

red 179 ◦ green 173 ◦ blue 55

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

Shades of Brass #B3AD37

Tints of Brass #B3AD37

RGB

 RED value IS 179 (70.31% from 255) = 43.98%

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

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 43.98%
G = 42.51%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B3AD37 (or 0xB3AD37) is known color: Brass. HEX triplet: B3, AD and 37. RGB value is (179,173,55). Sum of RGB (Red+Green+Blue) = 179+173+55=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD37 is #4C52C8. Grayscale: #A1A1A1. Windows color (decimal): -5001929 or 3648947. OLE color: 3648947.

HSL color Cylindrical-coordinate representation of color #B3AD37: hue angle of 57.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3AD37 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 55 -
CMYK 0 0.03 0.69 0.30
HSL 57.1º 0.53% 0.46% -
HSV(B) 57.1º 0.69% 0.7% -
XYZ 34.22 39.75 9.48 -
YUV 161.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 179 173 55 0 0.03 0.69 0.30 57.1 0.53 0.46
Hex B3 AD 37 0 3 45 1E 39 35 2E
Octal 263 255 67 0 3 105 36 71 65 56
Binary 10110011 10101101 110111 0 11 1000101 11110 111001 110101 101110

Color Harmonies of #B3AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD37

Black with #B3AD37

Text Example


Text Example

White with #B3AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD37; }

 p { color: rgb(179,173,55); }

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

background-color css

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

 a { background-color: rgb(179,173,55); }

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

border-color css

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

 span { border-color: rgb(179,173,55); }

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