Html Css Color HEX #B3A341 Brass

📋 copy color: '#B3A341'

red 179 ◦ green 163 ◦ blue 65

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

Shades of Brass #B3A341

Tints of Brass #B3A341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 43.98%
G = 40.05%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B3A341 (or 0xB3A341) is known color: Brass. HEX triplet: B3, A3 and 41. RGB value is (179,163,65). Sum of RGB (Red+Green+Blue) = 179+163+65=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A341 is #4C5CBE. Grayscale: #9D9D9D. Windows color (decimal): -5004479 or 4301747. OLE color: 4301747.

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

Color convert

RGB 179 163 65 -
CMYK 0 0.09 0.64 0.30
HSL 51.58º 0.47% 0.48% -
HSV(B) 51.58º 0.64% 0.7% -
XYZ 32.64 36.16 10.26 -
YUV 156.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 179 163 65 0 0.09 0.64 0.30 51.58 0.47 0.48
Hex B3 A3 41 0 9 40 1E 34 2F 30
Octal 263 243 101 0 11 100 36 64 57 60
Binary 10110011 10100011 1000001 0 1001 1000000 11110 110100 101111 110000

Color Harmonies of #B3A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A341

Black with #B3A341

Text Example


Text Example

White with #B3A341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A341; }

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

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

background-color css

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

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

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

border-color css

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

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

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