Html Css Color HEX #B3AD47 Brass

📋 copy color: '#B3AD47'

red 179 ◦ green 173 ◦ blue 71

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

Shades of Brass #B3AD47

Tints of Brass #B3AD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 42.32%
G = 40.9%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B3AD47 (or 0xB3AD47) is known color: Brass. HEX triplet: B3, AD and 47. RGB value is (179,173,71). Sum of RGB (Red+Green+Blue) = 179+173+71=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD47 is #4C52B8. Grayscale: #A3A3A3. Windows color (decimal): -5001913 or 4697523. OLE color: 4697523.

HSL color Cylindrical-coordinate representation of color #B3AD47: hue angle of 56.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3AD47 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 71 -
CMYK 0 0.03 0.60 0.30
HSL 56.67º 0.43% 0.49% -
HSV(B) 56.67º 0.6% 0.7% -
XYZ 34.67 39.93 11.84 -
YUV 163.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 179 173 71 0 0.03 0.60 0.30 56.67 0.43 0.49
Hex B3 AD 47 0 3 3C 1E 39 2B 31
Octal 263 255 107 0 3 74 36 71 53 61
Binary 10110011 10101101 1000111 0 11 111100 11110 111001 101011 110001

Color Harmonies of #B3AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD47

Black with #B3AD47

Text Example


Text Example

White with #B3AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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