Html Css Color HEX #B3A448 Brass

📋 copy color: '#B3A448'

red 179 ◦ green 164 ◦ blue 72

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

Shades of Brass #B3A448

Tints of Brass #B3A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 43.13%
G = 39.52%
B = 17.35%

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

#B3A448 (or 0xB3A448) is known color: Brass. HEX triplet: B3, A4 and 48. RGB value is (179,164,72). Sum of RGB (Red+Green+Blue) = 179+164+72=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A448 is #4C5BB7. Grayscale: #9E9E9E. Windows color (decimal): -5004216 or 4760755. OLE color: 4760755.

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

Color convert

RGB 179 164 72 -
CMYK 0 0.08 0.60 0.30
HSL 51.59º 0.43% 0.49% -
HSV(B) 51.59º 0.6% 0.7% -
XYZ 33.04 36.6 11.45 -
YUV 158 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 179 164 72 0 0.08 0.60 0.30 51.59 0.43 0.49
Hex B3 A4 48 0 8 3C 1E 34 2B 31
Octal 263 244 110 0 10 74 36 64 53 61
Binary 10110011 10100100 1001000 0 1000 111100 11110 110100 101011 110001

Color Harmonies of #B3A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A448

Black with #B3A448

Text Example


Text Example

White with #B3A448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A448; }

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

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

background-color css

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

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

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

border-color css

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

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

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