Html Css Color HEX #B1A846 Brass

📋 copy color: '#B1A846'

red 177 ◦ green 168 ◦ blue 70

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

Shades of Brass #B1A846

Tints of Brass #B1A846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 42.65%
G = 40.48%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A846 (or 0xB1A846) is known color: Brass. HEX triplet: B1, A8 and 46. RGB value is (177,168,70). Sum of RGB (Red+Green+Blue) = 177+168+70=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A846 is #4E57B9. Grayscale: #9F9F9F. Windows color (decimal): -5134266 or 4630705. OLE color: 4630705.

HSL color Cylindrical-coordinate representation of color #B1A846: hue angle of 54.95º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A846 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 70 -
CMYK 0 0.05 0.60 0.31
HSL 54.95º 0.43% 0.48% -
HSV(B) 54.95º 0.6% 0.69% -
XYZ 33.24 37.79 11.34 -
YUV 159.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 177 168 70 0 0.05 0.60 0.31 54.95 0.43 0.48
Hex B1 A8 46 0 5 3C 1F 37 2B 30
Octal 261 250 106 0 5 74 37 67 53 60
Binary 10110001 10101000 1000110 0 101 111100 11111 110111 101011 110000

Color Harmonies of #B1A846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A846

Black with #B1A846

Text Example


Text Example

White with #B1A846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A846; }

 p { color: rgb(177,168,70); }

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

background-color css

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

 a { background-color: rgb(177,168,70); }

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

border-color css

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

 span { border-color: rgb(177,168,70); }

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