Html Css Color HEX #B1A64E Brass

📋 copy color: '#B1A64E'

red 177 ◦ green 166 ◦ blue 78

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

Shades of Brass #B1A64E

Tints of Brass #B1A64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 42.04%
G = 39.43%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1A64E (or 0xB1A64E) is known color: Brass. HEX triplet: B1, A6 and 4E. RGB value is (177,166,78). Sum of RGB (Red+Green+Blue) = 177+166+78=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A64E is #4E59B1. Grayscale: #9F9F9F. Windows color (decimal): -5134770 or 5154481. OLE color: 5154481.

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

Color convert

RGB 177 166 78 -
CMYK 0 0.06 0.56 0.31
HSL 53.33º 0.39% 0.5% -
HSV(B) 53.33º 0.56% 0.69% -
XYZ 33.14 37.17 12.64 -
YUV 159.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 177 166 78 0 0.06 0.56 0.31 53.33 0.39 0.5
Hex B1 A6 4E 0 6 38 1F 35 27 32
Octal 261 246 116 0 6 70 37 65 47 62
Binary 10110001 10100110 1001110 0 110 111000 11111 110101 100111 110010

Color Harmonies of #B1A64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A64E

Black with #B1A64E

Text Example


Text Example

White with #B1A64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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