Html Css Color HEX #B1AD43 Brass

📋 copy color: '#B1AD43'

red 177 ◦ green 173 ◦ blue 67

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

Shades of Brass #B1AD43

Tints of Brass #B1AD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

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

R = 42.45%
G = 41.49%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1AD43 (or 0xB1AD43) is known color: Brass. HEX triplet: B1, AD and 43. RGB value is (177,173,67). Sum of RGB (Red+Green+Blue) = 177+173+67=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD43 is #4E52BC. Grayscale: #A2A2A2. Windows color (decimal): -5132989 or 4435377. OLE color: 4435377.

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

Color convert

RGB 177 173 67 -
CMYK 0 0.02 0.62 0.31
HSL 57.82º 0.45% 0.48% -
HSV(B) 57.82º 0.62% 0.69% -
XYZ 34.09 39.64 11.16 -
YUV 162.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 177 173 67 0 0.02 0.62 0.31 57.82 0.45 0.48
Hex B1 AD 43 0 2 3E 1F 3A 2D 30
Octal 261 255 103 0 2 76 37 72 55 60
Binary 10110001 10101101 1000011 0 10 111110 11111 111010 101101 110000

Color Harmonies of #B1AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD43

Black with #B1AD43

Text Example


Text Example

White with #B1AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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