Html Css Color HEX #B1AD3E Brass

📋 copy color: '#B1AD3E'

red 177 ◦ green 173 ◦ blue 62

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

Shades of Brass #B1AD3E

Tints of Brass #B1AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 42.96%
G = 41.99%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1AD3E (or 0xB1AD3E) is known color: Brass. HEX triplet: B1, AD and 3E. RGB value is (177,173,62). Sum of RGB (Red+Green+Blue) = 177+173+62=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD3E is #4E52C1. Grayscale: #A1A1A1. Windows color (decimal): -5132994 or 4107697. OLE color: 4107697.

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

Color convert

RGB 177 173 62 -
CMYK 0 0.02 0.65 0.31
HSL 57.91º 0.48% 0.47% -
HSV(B) 57.91º 0.65% 0.69% -
XYZ 33.94 39.58 10.41 -
YUV 161.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 177 173 62 0 0.02 0.65 0.31 57.91 0.48 0.47
Hex B1 AD 3E 0 2 41 1F 3A 30 2F
Octal 261 255 76 0 2 101 37 72 60 57
Binary 10110001 10101101 111110 0 10 1000001 11111 111010 110000 101111

Color Harmonies of #B1AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD3E

Black with #B1AD3E

Text Example


Text Example

White with #B1AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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