Html Css Color HEX #B1A442 Brass

📋 copy color: '#B1A442'

red 177 ◦ green 164 ◦ blue 66

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

Shades of Brass #B1A442

Tints of Brass #B1A442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 43.49%
G = 40.29%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1A442 (or 0xB1A442) is known color: Brass. HEX triplet: B1, A4 and 42. RGB value is (177,164,66). Sum of RGB (Red+Green+Blue) = 177+164+66=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A442 is #4E5BBD. Grayscale: #9D9D9D. Windows color (decimal): -5135294 or 4367537. OLE color: 4367537.

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

Color convert

RGB 177 164 66 -
CMYK 0 0.07 0.63 0.31
HSL 52.97º 0.46% 0.48% -
HSV(B) 52.97º 0.63% 0.69% -
XYZ 32.39 36.29 10.45 -
YUV 156.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 177 164 66 0 0.07 0.63 0.31 52.97 0.46 0.48
Hex B1 A4 42 0 7 3F 1F 35 2E 30
Octal 261 244 102 0 7 77 37 65 56 60
Binary 10110001 10100100 1000010 0 111 111111 11111 110101 101110 110000

Color Harmonies of #B1A442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A442

Black with #B1A442

Text Example


Text Example

White with #B1A442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A442; }

 p { color: rgb(177,164,66); }

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

background-color css

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

 a { background-color: rgb(177,164,66); }

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

border-color css

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

 span { border-color: rgb(177,164,66); }

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