Html Css Color HEX #B1AD41 Brass

📋 copy color: '#B1AD41'

red 177 ◦ green 173 ◦ blue 65

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

Shades of Brass #B1AD41

Tints of Brass #B1AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 42.65%
G = 41.69%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1AD41 (or 0xB1AD41) is known color: Brass. HEX triplet: B1, AD and 41. RGB value is (177,173,65). Sum of RGB (Red+Green+Blue) = 177+173+65=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD41 is #4E52BE. Grayscale: #A2A2A2. Windows color (decimal): -5132991 or 4304305. OLE color: 4304305.

HSL color Cylindrical-coordinate representation of color #B1AD41: hue angle of 57.86º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1AD41 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 65 -
CMYK 0 0.02 0.63 0.31
HSL 57.86º 0.46% 0.47% -
HSV(B) 57.86º 0.63% 0.69% -
XYZ 34.03 39.62 10.85 -
YUV 161.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 177 173 65 0 0.02 0.63 0.31 57.86 0.46 0.47
Hex B1 AD 41 0 2 3F 1F 3A 2E 2F
Octal 261 255 101 0 2 77 37 72 56 57
Binary 10110001 10101101 1000001 0 10 111111 11111 111010 101110 101111

Color Harmonies of #B1AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD41

Black with #B1AD41

Text Example


Text Example

White with #B1AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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