Html Css Color HEX #B3A63D Brass

📋 copy color: '#B3A63D'

red 179 ◦ green 166 ◦ blue 61

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

Shades of Brass #B3A63D

Tints of Brass #B3A63D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 44.09%
G = 40.89%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3A63D (or 0xB3A63D) is known color: Brass. HEX triplet: B3, A6 and 3D. RGB value is (179,166,61). Sum of RGB (Red+Green+Blue) = 179+166+61=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A63D is #4C59C2. Grayscale: #9E9E9E. Windows color (decimal): -5003715 or 4040371. OLE color: 4040371.

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

Color convert

RGB 179 166 61 -
CMYK 0 0.07 0.66 0.30
HSL 53.39º 0.49% 0.47% -
HSV(B) 53.39º 0.66% 0.7% -
XYZ 33.07 37.19 9.85 -
YUV 157.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 179 166 61 0 0.07 0.66 0.30 53.39 0.49 0.47
Hex B3 A6 3D 0 7 42 1E 35 31 2F
Octal 263 246 75 0 7 102 36 65 61 57
Binary 10110011 10100110 111101 0 111 1000010 11110 110101 110001 101111

Color Harmonies of #B3A63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A63D

Black with #B3A63D

Text Example


Text Example

White with #B3A63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A63D; }

 p { color: rgb(179,166,61); }

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

background-color css

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

 a { background-color: rgb(179,166,61); }

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

border-color css

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

 span { border-color: rgb(179,166,61); }

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