Html Css Color HEX #B1A13F Brass

📋 copy color: '#B1A13F'

red 177 ◦ green 161 ◦ blue 63

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

Shades of Brass #B1A13F

Tints of Brass #B1A13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 63 (25% from 255) = 15.71%

R = 44.14%
G = 40.15%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1A13F (or 0xB1A13F) is known color: Brass. HEX triplet: B1, A1 and 3F. RGB value is (177,161,63). Sum of RGB (Red+Green+Blue) = 177+161+63=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A13F is #4E5EC0. Grayscale: #9B9B9B. Windows color (decimal): -5136065 or 4170161. OLE color: 4170161.

HSL color Cylindrical-coordinate representation of color #B1A13F: hue angle of 51.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1A13F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 63 -
CMYK 0 0.09 0.64 0.31
HSL 51.58º 0.48% 0.47% -
HSV(B) 51.58º 0.64% 0.69% -
XYZ 31.77 35.2 9.82 -
YUV 154.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 177 161 63 0 0.09 0.64 0.31 51.58 0.48 0.47
Hex B1 A1 3F 0 9 40 1F 34 30 2F
Octal 261 241 77 0 11 100 37 64 60 57
Binary 10110001 10100001 111111 0 1001 1000000 11111 110100 110000 101111

Color Harmonies of #B1A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A13F

Black with #B1A13F

Text Example


Text Example

White with #B1A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A13F; }

 p { color: rgb(177,161,63); }

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

background-color css

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

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

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

border-color css

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

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

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