Html Css Color HEX #B1A336 Brass

📋 copy color: '#B1A336'

red 177 ◦ green 163 ◦ blue 54

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

Shades of Brass #B1A336

Tints of Brass #B1A336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 54 (21.48% from 255) = 13.71%

R = 44.92%
G = 41.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B1A336 (or 0xB1A336) is known color: Brass. HEX triplet: B1, A3 and 36. RGB value is (177,163,54). Sum of RGB (Red+Green+Blue) = 177+163+54=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A336 is #4E5CC9. Grayscale: #9B9B9B. Windows color (decimal): -5135562 or 3580849. OLE color: 3580849.

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

Color convert

RGB 177 163 54 -
CMYK 0 0.08 0.69 0.31
HSL 53.17º 0.53% 0.45% -
HSV(B) 53.17º 0.69% 0.69% -
XYZ 31.89 35.81 8.72 -
YUV 154.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 177 163 54 0 0.08 0.69 0.31 53.17 0.53 0.45
Hex B1 A3 36 0 8 45 1F 35 35 2D
Octal 261 243 66 0 10 105 37 65 65 55
Binary 10110001 10100011 110110 0 1000 1000101 11111 110101 110101 101101

Color Harmonies of #B1A336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A336

Black with #B1A336

Text Example


Text Example

White with #B1A336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A336; }

 p { color: rgb(177,163,54); }

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

background-color css

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

 a { background-color: rgb(177,163,54); }

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

border-color css

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

 span { border-color: rgb(177,163,54); }

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