Html Css Color HEX #B1AB35 Brass

📋 copy color: '#B1AB35'

red 177 ◦ green 171 ◦ blue 53

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

Shades of Brass #B1AB35

Tints of Brass #B1AB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.22%

R = 44.14%
G = 42.64%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B1AB35 (or 0xB1AB35) is known color: Brass. HEX triplet: B1, AB and 35. RGB value is (177,171,53). Sum of RGB (Red+Green+Blue) = 177+171+53=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB35 is #4E54CA. Grayscale: #9F9F9F. Windows color (decimal): -5133515 or 3517361. OLE color: 3517361.

HSL color Cylindrical-coordinate representation of color #B1AB35: hue angle of 57.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1AB35 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 53 -
CMYK 0 0.03 0.70 0.31
HSL 57.1º 0.54% 0.45% -
HSV(B) 57.1º 0.7% 0.69% -
XYZ 33.34 38.73 9.09 -
YUV 159.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 177 171 53 0 0.03 0.70 0.31 57.1 0.54 0.45
Hex B1 AB 35 0 3 46 1F 39 36 2D
Octal 261 253 65 0 3 106 37 71 66 55
Binary 10110001 10101011 110101 0 11 1000110 11111 111001 110110 101101

Color Harmonies of #B1AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB35

Black with #B1AB35

Text Example


Text Example

White with #B1AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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