Html Css Color HEX #B1A640 Brass

📋 copy color: '#B1A640'

red 177 ◦ green 166 ◦ blue 64

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

Shades of Brass #B1A640

Tints of Brass #B1A640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 43.49%
G = 40.79%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1A640 (or 0xB1A640) is known color: Brass. HEX triplet: B1, A6 and 40. RGB value is (177,166,64). Sum of RGB (Red+Green+Blue) = 177+166+64=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A640 is #4E59BF. Grayscale: #9E9E9E. Windows color (decimal): -5134784 or 4236977. OLE color: 4236977.

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

Color convert

RGB 177 166 64 -
CMYK 0 0.06 0.64 0.31
HSL 54.16º 0.47% 0.47% -
HSV(B) 54.16º 0.64% 0.69% -
XYZ 32.69 36.99 10.27 -
YUV 157.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 177 166 64 0 0.06 0.64 0.31 54.16 0.47 0.47
Hex B1 A6 40 0 6 40 1F 36 2F 2F
Octal 261 246 100 0 6 100 37 66 57 57
Binary 10110001 10100110 1000000 0 110 1000000 11111 110110 101111 101111

Color Harmonies of #B1A640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A640

Black with #B1A640

Text Example


Text Example

White with #B1A640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A640; }

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

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

background-color css

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

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

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

border-color css

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

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

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