Html Css Color HEX #B1A343 Brass

📋 copy color: '#B1A343'

red 177 ◦ green 163 ◦ blue 67

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

Shades of Brass #B1A343

Tints of Brass #B1A343

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 43.49%
G = 40.05%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1A343 (or 0xB1A343) is known color: Brass. HEX triplet: B1, A3 and 43. RGB value is (177,163,67). Sum of RGB (Red+Green+Blue) = 177+163+67=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A343 is #4E5CBC. Grayscale: #9C9C9C. Windows color (decimal): -5135549 or 4432817. OLE color: 4432817.

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

Color convert

RGB 177 163 67 -
CMYK 0 0.08 0.62 0.31
HSL 52.36º 0.45% 0.48% -
HSV(B) 52.36º 0.62% 0.69% -
XYZ 32.24 35.95 10.55 -
YUV 156.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 177 163 67 0 0.08 0.62 0.31 52.36 0.45 0.48
Hex B1 A3 43 0 8 3E 1F 34 2D 30
Octal 261 243 103 0 10 76 37 64 55 60
Binary 10110001 10100011 1000011 0 1000 111110 11111 110100 101101 110000

Color Harmonies of #B1A343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A343

Black with #B1A343

Text Example


Text Example

White with #B1A343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A343; }

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

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

background-color css

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

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

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

border-color css

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

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

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