Html Css Color HEX #B1A240 Brass

📋 copy color: '#B1A240'

red 177 ◦ green 162 ◦ blue 64

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

Shades of Brass #B1A240

Tints of Brass #B1A240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 43.92%
G = 40.2%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1A240 (or 0xB1A240) is known color: Brass. HEX triplet: B1, A2 and 40. RGB value is (177,162,64). Sum of RGB (Red+Green+Blue) = 177+162+64=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A240 is #4E5DBF. Grayscale: #9B9B9B. Windows color (decimal): -5135808 or 4235953. OLE color: 4235953.

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

Color convert

RGB 177 162 64 -
CMYK 0 0.08 0.64 0.31
HSL 52.04º 0.47% 0.47% -
HSV(B) 52.04º 0.64% 0.69% -
XYZ 31.98 35.56 10.03 -
YUV 155.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 177 162 64 0 0.08 0.64 0.31 52.04 0.47 0.47
Hex B1 A2 40 0 8 40 1F 34 2F 2F
Octal 261 242 100 0 10 100 37 64 57 57
Binary 10110001 10100010 1000000 0 1000 1000000 11111 110100 101111 101111

Color Harmonies of #B1A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A240

Black with #B1A240

Text Example


Text Example

White with #B1A240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A240; }

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

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

background-color css

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

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

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

border-color css

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

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

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