Html Css Color HEX #B1A94E Brass

📋 copy color: '#B1A94E'

red 177 ◦ green 169 ◦ blue 78

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

Shades of Brass #B1A94E

Tints of Brass #B1A94E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 41.75%
G = 39.86%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1A94E (or 0xB1A94E) is known color: Brass. HEX triplet: B1, A9 and 4E. RGB value is (177,169,78). Sum of RGB (Red+Green+Blue) = 177+169+78=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A94E is #4E56B1. Grayscale: #A1A1A1. Windows color (decimal): -5134002 or 5155249. OLE color: 5155249.

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

Color convert

RGB 177 169 78 -
CMYK 0 0.05 0.56 0.31
HSL 55.15º 0.39% 0.5% -
HSV(B) 55.15º 0.56% 0.69% -
XYZ 33.69 38.27 12.82 -
YUV 161.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 177 169 78 0 0.05 0.56 0.31 55.15 0.39 0.5
Hex B1 A9 4E 0 5 38 1F 37 27 32
Octal 261 251 116 0 5 70 37 67 47 62
Binary 10110001 10101001 1001110 0 101 111000 11111 110111 100111 110010

Color Harmonies of #B1A94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A94E

Black with #B1A94E

Text Example


Text Example

White with #B1A94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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