Html Css Color HEX #B1A436 Brass

📋 copy color: '#B1A436'

red 177 ◦ green 164 ◦ blue 54

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

Shades of Brass #B1A436

Tints of Brass #B1A436

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

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

R = 44.81%
G = 41.52%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B1A436 (or 0xB1A436) is known color: Brass. HEX triplet: B1, A4 and 36. RGB value is (177,164,54). Sum of RGB (Red+Green+Blue) = 177+164+54=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A436 is #4E5BC9. Grayscale: #9B9B9B. Windows color (decimal): -5135306 or 3581105. OLE color: 3581105.

HSL color Cylindrical-coordinate representation of color #B1A436: hue angle of 53.66º 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 #B1A436 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 54 -
CMYK 0 0.07 0.69 0.31
HSL 53.66º 0.53% 0.45% -
HSV(B) 53.66º 0.69% 0.69% -
XYZ 32.07 36.16 8.78 -
YUV 155.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 177 164 54 0 0.07 0.69 0.31 53.66 0.53 0.45
Hex B1 A4 36 0 7 45 1F 36 35 2D
Octal 261 244 66 0 7 105 37 66 65 55
Binary 10110001 10100100 110110 0 111 1000101 11111 110110 110101 101101

Color Harmonies of #B1A436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A436

Black with #B1A436

Text Example


Text Example

White with #B1A436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A436; }

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

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

background-color css

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

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

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

border-color css

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

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

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