Html Css Color HEX #B3A851 Brass

📋 copy color: '#B3A851'

red 179 ◦ green 168 ◦ blue 81

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

Shades of Brass #B3A851

Tints of Brass #B3A851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 41.82%
G = 39.25%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B3A851 (or 0xB3A851) is known color: Brass. HEX triplet: B3, A8 and 51. RGB value is (179,168,81). Sum of RGB (Red+Green+Blue) = 179+168+81=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A851 is #4C57AE. Grayscale: #A1A1A1. Windows color (decimal): -5003183 or 5351603. OLE color: 5351603.

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

Color convert

RGB 179 168 81 -
CMYK 0 0.06 0.55 0.30
HSL 53.27º 0.39% 0.51% -
HSV(B) 53.27º 0.55% 0.7% -
XYZ 34.08 38.18 13.36 -
YUV 161.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 179 168 81 0 0.06 0.55 0.30 53.27 0.39 0.51
Hex B3 A8 51 0 6 37 1E 35 27 33
Octal 263 250 121 0 6 67 36 65 47 63
Binary 10110011 10101000 1010001 0 110 110111 11110 110101 100111 110011

Color Harmonies of #B3A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A851

Black with #B3A851

Text Example


Text Example

White with #B3A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A851; }

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

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

background-color css

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

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

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

border-color css

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

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

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