Html Css Color HEX #B3A837 Brass

📋 copy color: '#B3A837'

red 179 ◦ green 168 ◦ blue 55

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

Shades of Brass #B3A837

Tints of Brass #B3A837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.68%

R = 44.53%
G = 41.79%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B3A837 (or 0xB3A837) is known color: Brass. HEX triplet: B3, A8 and 37. RGB value is (179,168,55). Sum of RGB (Red+Green+Blue) = 179+168+55=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A837 is #4C57C8. Grayscale: #9E9E9E. Windows color (decimal): -5003209 or 3647667. OLE color: 3647667.

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

Color convert

RGB 179 168 55 -
CMYK 0 0.06 0.69 0.30
HSL 54.68º 0.53% 0.46% -
HSV(B) 54.68º 0.69% 0.7% -
XYZ 33.28 37.86 9.17 -
YUV 158.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 179 168 55 0 0.06 0.69 0.30 54.68 0.53 0.46
Hex B3 A8 37 0 6 45 1E 37 35 2E
Octal 263 250 67 0 6 105 36 67 65 56
Binary 10110011 10101000 110111 0 110 1000101 11110 110111 110101 101110

Color Harmonies of #B3A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A837

Black with #B3A837

Text Example


Text Example

White with #B3A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A837; }

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

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

background-color css

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

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

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

border-color css

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

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

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