Html Css Color HEX #B1A13B Brass

📋 copy color: '#B1A13B'

red 177 ◦ green 161 ◦ blue 59

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

Shades of Brass #B1A13B

Tints of Brass #B1A13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.86%

R = 44.58%
G = 40.55%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1A13B (or 0xB1A13B) is known color: Brass. HEX triplet: B1, A1 and 3B. RGB value is (177,161,59). Sum of RGB (Red+Green+Blue) = 177+161+59=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A13B is #4E5EC4. Grayscale: #9A9A9A. Windows color (decimal): -5136069 or 3908017. OLE color: 3908017.

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

Color convert

RGB 177 161 59 -
CMYK 0 0.09 0.67 0.31
HSL 51.86º 0.5% 0.46% -
HSV(B) 51.86º 0.67% 0.69% -
XYZ 31.67 35.15 9.25 -
YUV 154.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 177 161 59 0 0.09 0.67 0.31 51.86 0.5 0.46
Hex B1 A1 3B 0 9 43 1F 34 32 2E
Octal 261 241 73 0 11 103 37 64 62 56
Binary 10110001 10100001 111011 0 1001 1000011 11111 110100 110010 101110

Color Harmonies of #B1A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A13B

Black with #B1A13B

Text Example


Text Example

White with #B1A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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