Html Css Color HEX #B3A548 Brass

📋 copy color: '#B3A548'

red 179 ◦ green 165 ◦ blue 72

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

Shades of Brass #B3A548

Tints of Brass #B3A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 43.03%
G = 39.66%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B3A548 (or 0xB3A548) is known color: Brass. HEX triplet: B3, A5 and 48. RGB value is (179,165,72). Sum of RGB (Red+Green+Blue) = 179+165+72=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A548 is #4C5AB7. Grayscale: #9E9E9E. Windows color (decimal): -5003960 or 4761011. OLE color: 4761011.

HSL color Cylindrical-coordinate representation of color #B3A548: hue angle of 52.15º 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 #B3A548 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 165 72 -
CMYK 0 0.08 0.60 0.30
HSL 52.15º 0.43% 0.49% -
HSV(B) 52.15º 0.6% 0.7% -
XYZ 33.22 36.96 11.51 -
YUV 158.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 179 165 72 0 0.08 0.60 0.30 52.15 0.43 0.49
Hex B3 A5 48 0 8 3C 1E 34 2B 31
Octal 263 245 110 0 10 74 36 64 53 61
Binary 10110011 10100101 1001000 0 1000 111100 11110 110100 101011 110001

Color Harmonies of #B3A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A548

Black with #B3A548

Text Example


Text Example

White with #B3A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A548; }

 p { color: rgb(179,165,72); }

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

background-color css

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

 a { background-color: rgb(179,165,72); }

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

border-color css

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

 span { border-color: rgb(179,165,72); }

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