Html Css Color HEX #B3A344 Brass

📋 copy color: '#B3A344'

red 179 ◦ green 163 ◦ blue 68

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

Shades of Brass #B3A344

Tints of Brass #B3A344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 68 (26.95% from 255) = 16.59%

R = 43.66%
G = 39.76%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B3A344 (or 0xB3A344) is known color: Brass. HEX triplet: B3, A3 and 44. RGB value is (179,163,68). Sum of RGB (Red+Green+Blue) = 179+163+68=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A344 is #4C5CBB. Grayscale: #9D9D9D. Windows color (decimal): -5004476 or 4498355. OLE color: 4498355.

HSL color Cylindrical-coordinate representation of color #B3A344: hue angle of 51.35º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3A344 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 163 68 -
CMYK 0 0.09 0.62 0.30
HSL 51.35º 0.45% 0.48% -
HSV(B) 51.35º 0.62% 0.7% -
XYZ 32.73 36.2 10.73 -
YUV 156.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 179 163 68 0 0.09 0.62 0.30 51.35 0.45 0.48
Hex B3 A3 44 0 9 3E 1E 33 2D 30
Octal 263 243 104 0 11 76 36 63 55 60
Binary 10110011 10100011 1000100 0 1001 111110 11110 110011 101101 110000

Color Harmonies of #B3A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A344

Black with #B3A344

Text Example


Text Example

White with #B3A344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A344; }

 p { color: rgb(179,163,68); }

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

background-color css

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

 a { background-color: rgb(179,163,68); }

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

border-color css

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

 span { border-color: rgb(179,163,68); }

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