Html Css Color HEX #B1AB33 Brass

📋 copy color: '#B1AB33'

red 177 ◦ green 171 ◦ blue 51

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

Shades of Brass #B1AB33

Tints of Brass #B1AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 44.36%
G = 42.86%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B1AB33 (or 0xB1AB33) is known color: Brass. HEX triplet: B1, AB and 33. RGB value is (177,171,51). Sum of RGB (Red+Green+Blue) = 177+171+51=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB33 is #4E54CC. Grayscale: #9F9F9F. Windows color (decimal): -5133517 or 3386289. OLE color: 3386289.

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

Color convert

RGB 177 171 51 -
CMYK 0 0.03 0.71 0.31
HSL 57.14º 0.55% 0.45% -
HSV(B) 57.14º 0.71% 0.69% -
XYZ 33.29 38.71 8.85 -
YUV 159.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 177 171 51 0 0.03 0.71 0.31 57.14 0.55 0.45
Hex B1 AB 33 0 3 47 1F 39 37 2D
Octal 261 253 63 0 3 107 37 71 67 55
Binary 10110001 10101011 110011 0 11 1000111 11111 111001 110111 101101

Color Harmonies of #B1AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB33

Black with #B1AB33

Text Example


Text Example

White with #B1AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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