Html Css Color HEX #B3A641 Brass

📋 copy color: '#B3A641'

red 179 ◦ green 166 ◦ blue 65

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

Shades of Brass #B3A641

Tints of Brass #B3A641

RGB

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

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

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

R = 43.66%
G = 40.49%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B3A641 (or 0xB3A641) is known color: Brass. HEX triplet: B3, A6 and 41. RGB value is (179,166,65). Sum of RGB (Red+Green+Blue) = 179+166+65=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A641 is #4C59BE. Grayscale: #9E9E9E. Windows color (decimal): -5003711 or 4302515. OLE color: 4302515.

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

Color convert

RGB 179 166 65 -
CMYK 0 0.07 0.64 0.30
HSL 53.16º 0.47% 0.48% -
HSV(B) 53.16º 0.64% 0.7% -
XYZ 33.18 37.24 10.44 -
YUV 158.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 179 166 65 0 0.07 0.64 0.30 53.16 0.47 0.48
Hex B3 A6 41 0 7 40 1E 35 2F 30
Octal 263 246 101 0 7 100 36 65 57 60
Binary 10110011 10100110 1000001 0 111 1000000 11110 110101 101111 110000

Color Harmonies of #B3A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A641

Black with #B3A641

Text Example


Text Example

White with #B3A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A641; }

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

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

background-color css

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

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

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

border-color css

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

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

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