Html Css Color HEX #B3A83A Brass

📋 copy color: '#B3A83A'

red 179 ◦ green 168 ◦ blue 58

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

Shades of Brass #B3A83A

Tints of Brass #B3A83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.32%

R = 44.2%
G = 41.48%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3A83A (or 0xB3A83A) is known color: Brass. HEX triplet: B3, A8 and 3A. RGB value is (179,168,58). Sum of RGB (Red+Green+Blue) = 179+168+58=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A83A is #4C57C5. Grayscale: #9F9F9F. Windows color (decimal): -5003206 or 3844275. OLE color: 3844275.

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

Color convert

RGB 179 168 58 -
CMYK 0 0.06 0.68 0.30
HSL 54.55º 0.51% 0.46% -
HSV(B) 54.55º 0.68% 0.7% -
XYZ 33.36 37.89 9.56 -
YUV 158.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 179 168 58 0 0.06 0.68 0.30 54.55 0.51 0.46
Hex B3 A8 3A 0 6 44 1E 37 33 2E
Octal 263 250 72 0 6 104 36 67 63 56
Binary 10110011 10101000 111010 0 110 1000100 11110 110111 110011 101110

Color Harmonies of #B3A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A83A

Black with #B3A83A

Text Example


Text Example

White with #B3A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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