Html Css Color HEX #B3A843 Brass

📋 copy color: '#B3A843'

red 179 ◦ green 168 ◦ blue 67

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

Shades of Brass #B3A843

Tints of Brass #B3A843

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 43.24%
G = 40.58%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3A843 (or 0xB3A843) is known color: Brass. HEX triplet: B3, A8 and 43. RGB value is (179,168,67). Sum of RGB (Red+Green+Blue) = 179+168+67=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A843 is #4C57BC. Grayscale: #A0A0A0. Windows color (decimal): -5003197 or 4434099. OLE color: 4434099.

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

Color convert

RGB 179 168 67 -
CMYK 0 0.06 0.63 0.30
HSL 54.11º 0.46% 0.48% -
HSV(B) 54.11º 0.63% 0.7% -
XYZ 33.61 37.99 10.87 -
YUV 159.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 179 168 67 0 0.06 0.63 0.30 54.11 0.46 0.48
Hex B3 A8 43 0 6 3F 1E 36 2E 30
Octal 263 250 103 0 6 77 36 66 56 60
Binary 10110011 10101000 1000011 0 110 111111 11110 110110 101110 110000

Color Harmonies of #B3A843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A843

Black with #B3A843

Text Example


Text Example

White with #B3A843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A843; }

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

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

background-color css

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

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

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

border-color css

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

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

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