Html Css Color HEX #B1AB47 Brass

📋 copy color: '#B1AB47'

red 177 ◦ green 171 ◦ blue 71

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

Shades of Brass #B1AB47

Tints of Brass #B1AB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 42.24%
G = 40.81%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1AB47 (or 0xB1AB47) is known color: Brass. HEX triplet: B1, AB and 47. RGB value is (177,171,71). Sum of RGB (Red+Green+Blue) = 177+171+71=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB47 is #4E54B8. Grayscale: #A1A1A1. Windows color (decimal): -5133497 or 4697009. OLE color: 4697009.

HSL color Cylindrical-coordinate representation of color #B1AB47: hue angle of 56.6º 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 #B1AB47 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 71 -
CMYK 0 0.03 0.60 0.31
HSL 56.6º 0.43% 0.49% -
HSV(B) 56.6º 0.6% 0.69% -
XYZ 33.83 38.93 11.69 -
YUV 161.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 177 171 71 0 0.03 0.60 0.31 56.6 0.43 0.49
Hex B1 AB 47 0 3 3C 1F 39 2B 31
Octal 261 253 107 0 3 74 37 71 53 61
Binary 10110001 10101011 1000111 0 11 111100 11111 111001 101011 110001

Color Harmonies of #B1AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB47

Black with #B1AB47

Text Example


Text Example

White with #B1AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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