Html Css Color HEX #B3A836 Brass

📋 copy color: '#B3A836'

red 179 ◦ green 168 ◦ blue 54

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

Shades of Brass #B3A836

Tints of Brass #B3A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.47%

R = 44.64%
G = 41.9%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B3A836 (or 0xB3A836) is known color: Brass. HEX triplet: B3, A8 and 36. RGB value is (179,168,54). Sum of RGB (Red+Green+Blue) = 179+168+54=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A836 is #4C57C9. Grayscale: #9E9E9E. Windows color (decimal): -5003210 or 3582131. OLE color: 3582131.

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

Color convert

RGB 179 168 54 -
CMYK 0 0.06 0.70 0.30
HSL 54.72º 0.54% 0.46% -
HSV(B) 54.72º 0.7% 0.7% -
XYZ 33.26 37.86 9.04 -
YUV 158.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 179 168 54 0 0.06 0.70 0.30 54.72 0.54 0.46
Hex B3 A8 36 0 6 46 1E 37 36 2E
Octal 263 250 66 0 6 106 36 67 66 56
Binary 10110011 10101000 110110 0 110 1000110 11110 110111 110110 101110

Color Harmonies of #B3A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A836

Black with #B3A836

Text Example


Text Example

White with #B3A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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