Html Css Color HEX #B1B147 Brass

📋 copy color: '#B1B147'

red 177 ◦ green 177 ◦ blue 71

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

Shades of Brass #B1B147

Tints of Brass #B1B147

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

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

R = 41.65%
G = 41.65%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1B147 (or 0xB1B147) is known color: Brass. HEX triplet: B1, B1 and 47. RGB value is (177,177,71). Sum of RGB (Red+Green+Blue) = 177+177+71=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B147 is #4E4EB8. Grayscale: #A5A5A5. Windows color (decimal): -5131961 or 4698545. OLE color: 4698545.

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

Color convert

RGB 177 177 71 -
CMYK 0 0 0.60 0.31
HSL 60º 0.43% 0.49% -
HSV(B) 60º 0.6% 0.69% -
XYZ 34.99 41.25 12.08 -
YUV 164.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 177 177 71 0 0 0.60 0.31 60 0.43 0.49
Hex B1 B1 47 0 0 3C 1F 3C 2B 31
Octal 261 261 107 0 0 74 37 74 53 61
Binary 10110001 10110001 1000111 0 0 111100 11111 111100 101011 110001

Color Harmonies of #B1B147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B147

Black with #B1B147

Text Example


Text Example

White with #B1B147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B147; }

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

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

background-color css

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

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

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

border-color css

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

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

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