Html Css Color HEX #B3A832 Brass

📋 copy color: '#B3A832'

red 179 ◦ green 168 ◦ blue 50

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

Shades of Brass #B3A832

Tints of Brass #B3A832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 45.09%
G = 42.32%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3A832 (or 0xB3A832) is known color: Brass. HEX triplet: B3, A8 and 32. RGB value is (179,168,50). Sum of RGB (Red+Green+Blue) = 179+168+50=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A832 is #4C57CD. Grayscale: #9E9E9E. Windows color (decimal): -5003214 or 3319987. OLE color: 3319987.

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

Color convert

RGB 179 168 50 -
CMYK 0 0.06 0.72 0.30
HSL 54.88º 0.56% 0.45% -
HSV(B) 54.88º 0.72% 0.7% -
XYZ 33.17 37.82 8.57 -
YUV 157.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 179 168 50 0 0.06 0.72 0.30 54.88 0.56 0.45
Hex B3 A8 32 0 6 48 1E 37 38 2D
Octal 263 250 62 0 6 110 36 67 70 55
Binary 10110011 10101000 110010 0 110 1001000 11110 110111 111000 101101

Color Harmonies of #B3A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A832

Black with #B3A832

Text Example


Text Example

White with #B3A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A832; }

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

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

background-color css

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

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

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

border-color css

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

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

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