Html Css Color HEX #B1A632 Brass

📋 copy color: '#B1A632'

red 177 ◦ green 166 ◦ blue 50

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

Shades of Brass #B1A632

Tints of Brass #B1A632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 45.04%
G = 42.24%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1A632 (or 0xB1A632) is known color: Brass. HEX triplet: B1, A6 and 32. RGB value is (177,166,50). Sum of RGB (Red+Green+Blue) = 177+166+50=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A632 is #4E59CD. Grayscale: #9C9C9C. Windows color (decimal): -5134798 or 3319473. OLE color: 3319473.

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

Color convert

RGB 177 166 50 -
CMYK 0 0.06 0.72 0.31
HSL 54.8º 0.56% 0.45% -
HSV(B) 54.8º 0.72% 0.69% -
XYZ 32.34 36.85 8.43 -
YUV 156.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 177 166 50 0 0.06 0.72 0.31 54.8 0.56 0.45
Hex B1 A6 32 0 6 48 1F 37 38 2D
Octal 261 246 62 0 6 110 37 67 70 55
Binary 10110001 10100110 110010 0 110 1001000 11111 110111 111000 101101

Color Harmonies of #B1A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A632

Black with #B1A632

Text Example


Text Example

White with #B1A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A632; }

 p { color: rgb(177,166,50); }

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

background-color css

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

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

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

border-color css

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

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

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