Html Css Color HEX #B1A943 Brass

📋 copy color: '#B1A943'

red 177 ◦ green 169 ◦ blue 67

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

Shades of Brass #B1A943

Tints of Brass #B1A943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.22%

R = 42.86%
G = 40.92%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1A943 (or 0xB1A943) is known color: Brass. HEX triplet: B1, A9 and 43. RGB value is (177,169,67). Sum of RGB (Red+Green+Blue) = 177+169+67=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A943 is #4E56BC. Grayscale: #A0A0A0. Windows color (decimal): -5134013 or 4434353. OLE color: 4434353.

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

Color convert

RGB 177 169 67 -
CMYK 0 0.05 0.62 0.31
HSL 55.64º 0.45% 0.48% -
HSV(B) 55.64º 0.62% 0.69% -
XYZ 33.33 38.13 10.91 -
YUV 159.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 177 169 67 0 0.05 0.62 0.31 55.64 0.45 0.48
Hex B1 A9 43 0 5 3E 1F 38 2D 30
Octal 261 251 103 0 5 76 37 70 55 60
Binary 10110001 10101001 1000011 0 101 111110 11111 111000 101101 110000

Color Harmonies of #B1A943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A943

Black with #B1A943

Text Example


Text Example

White with #B1A943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A943; }

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

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

background-color css

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

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

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

border-color css

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

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

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