Html Css Color HEX #B1A241 Brass

📋 copy color: '#B1A241'

red 177 ◦ green 162 ◦ blue 65

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

Shades of Brass #B1A241

Tints of Brass #B1A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 43.81%
G = 40.1%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1A241 (or 0xB1A241) is known color: Brass. HEX triplet: B1, A2 and 41. RGB value is (177,162,65). Sum of RGB (Red+Green+Blue) = 177+162+65=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A241 is #4E5DBE. Grayscale: #9B9B9B. Windows color (decimal): -5135807 or 4301489. OLE color: 4301489.

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

Color convert

RGB 177 162 65 -
CMYK 0 0.08 0.63 0.31
HSL 51.96º 0.46% 0.47% -
HSV(B) 51.96º 0.63% 0.69% -
XYZ 32.01 35.57 10.18 -
YUV 155.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 177 162 65 0 0.08 0.63 0.31 51.96 0.46 0.47
Hex B1 A2 41 0 8 3F 1F 34 2E 2F
Octal 261 242 101 0 10 77 37 64 56 57
Binary 10110001 10100010 1000001 0 1000 111111 11111 110100 101110 101111

Color Harmonies of #B1A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A241

Black with #B1A241

Text Example


Text Example

White with #B1A241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A241; }

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

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

background-color css

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

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

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

border-color css

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

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

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