Html Css Color HEX #B1A841 Brass

📋 copy color: '#B1A841'

red 177 ◦ green 168 ◦ blue 65

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

Shades of Brass #B1A841

Tints of Brass #B1A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 43.17%
G = 40.98%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1A841 (or 0xB1A841) is known color: Brass. HEX triplet: B1, A8 and 41. RGB value is (177,168,65). Sum of RGB (Red+Green+Blue) = 177+168+65=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A841 is #4E57BE. Grayscale: #9F9F9F. Windows color (decimal): -5134271 or 4303025. OLE color: 4303025.

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

Color convert

RGB 177 168 65 -
CMYK 0 0.05 0.63 0.31
HSL 55.18º 0.46% 0.47% -
HSV(B) 55.18º 0.63% 0.69% -
XYZ 33.09 37.73 10.54 -
YUV 158.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 177 168 65 0 0.05 0.63 0.31 55.18 0.46 0.47
Hex B1 A8 41 0 5 3F 1F 37 2E 2F
Octal 261 250 101 0 5 77 37 67 56 57
Binary 10110001 10101000 1000001 0 101 111111 11111 110111 101110 101111

Color Harmonies of #B1A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A841

Black with #B1A841

Text Example


Text Example

White with #B1A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A841; }

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

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

background-color css

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

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

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

border-color css

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

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

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