Html Css Color HEX #B1A746 Brass

📋 copy color: '#B1A746'

red 177 ◦ green 167 ◦ blue 70

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

Shades of Brass #B1A746

Tints of Brass #B1A746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

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

R = 42.75%
G = 40.34%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A746 (or 0xB1A746) is known color: Brass. HEX triplet: B1, A7 and 46. RGB value is (177,167,70). Sum of RGB (Red+Green+Blue) = 177+167+70=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A746 is #4E58B9. Grayscale: #9F9F9F. Windows color (decimal): -5134522 or 4630449. OLE color: 4630449.

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

Color convert

RGB 177 167 70 -
CMYK 0 0.06 0.60 0.31
HSL 54.39º 0.43% 0.48% -
HSV(B) 54.39º 0.6% 0.69% -
XYZ 33.06 37.43 11.28 -
YUV 158.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 177 167 70 0 0.06 0.60 0.31 54.39 0.43 0.48
Hex B1 A7 46 0 6 3C 1F 36 2B 30
Octal 261 247 106 0 6 74 37 66 53 60
Binary 10110001 10100111 1000110 0 110 111100 11111 110110 101011 110000

Color Harmonies of #B1A746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A746

Black with #B1A746

Text Example


Text Example

White with #B1A746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A746; }

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

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

background-color css

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

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

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

border-color css

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

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

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