Html Css Color HEX #B3A043 Brass

📋 copy color: '#B3A043'

red 179 ◦ green 160 ◦ blue 67

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

Shades of Brass #B3A043

Tints of Brass #B3A043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 67 (26.56% from 255) = 16.5%

R = 44.09%
G = 39.41%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3A043 (or 0xB3A043) is known color: Brass. HEX triplet: B3, A0 and 43. RGB value is (179,160,67). Sum of RGB (Red+Green+Blue) = 179+160+67=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A043 is #4C5FBC. Grayscale: #9B9B9B. Windows color (decimal): -5005245 or 4432051. OLE color: 4432051.

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

Color convert

RGB 179 160 67 -
CMYK 0 0.11 0.63 0.30
HSL 49.82º 0.46% 0.48% -
HSV(B) 49.82º 0.63% 0.7% -
XYZ 32.17 35.13 10.4 -
YUV 155.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 179 160 67 0 0.11 0.63 0.30 49.82 0.46 0.48
Hex B3 A0 43 0 B 3F 1E 32 2E 30
Octal 263 240 103 0 13 77 36 62 56 60
Binary 10110011 10100000 1000011 0 1011 111111 11110 110010 101110 110000

Color Harmonies of #B3A043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A043

Black with #B3A043

Text Example


Text Example

White with #B3A043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A043; }

 p { color: rgb(179,160,67); }

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

background-color css

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

 a { background-color: rgb(179,160,67); }

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

border-color css

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

 span { border-color: rgb(179,160,67); }

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