Html Css Color HEX #B1A847 Brass

📋 copy color: '#B1A847'

red 177 ◦ green 168 ◦ blue 71

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

Shades of Brass #B1A847

Tints of Brass #B1A847

RGB

 RED value IS 177 (69.53% from 255) = 42.55%

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

 BLUE value IS 71 (28.13% from 255) = 17.07%

R = 42.55%
G = 40.38%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A847 (or 0xB1A847) is known color: Brass. HEX triplet: B1, A8 and 47. RGB value is (177,168,71). Sum of RGB (Red+Green+Blue) = 177+168+71=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A847 is #4E57B8. Grayscale: #A0A0A0. Windows color (decimal): -5134265 or 4696241. OLE color: 4696241.

HSL color Cylindrical-coordinate representation of color #B1A847: hue angle of 54.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A847 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 71 -
CMYK 0 0.05 0.60 0.31
HSL 54.91º 0.43% 0.49% -
HSV(B) 54.91º 0.6% 0.69% -
XYZ 33.27 37.81 11.51 -
YUV 159.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 177 168 71 0 0.05 0.60 0.31 54.91 0.43 0.49
Hex B1 A8 47 0 5 3C 1F 37 2B 31
Octal 261 250 107 0 5 74 37 67 53 61
Binary 10110001 10101000 1000111 0 101 111100 11111 110111 101011 110001

Color Harmonies of #B1A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A847

Black with #B1A847

Text Example


Text Example

White with #B1A847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A847; }

 p { color: rgb(177,168,71); }

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

background-color css

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

 a { background-color: rgb(177,168,71); }

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

border-color css

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

 span { border-color: rgb(177,168,71); }

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