Html Css Color HEX #B1A342 Brass

📋 copy color: '#B1A342'

red 177 ◦ green 163 ◦ blue 66

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

Shades of Brass #B1A342

Tints of Brass #B1A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

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

R = 43.6%
G = 40.15%
B = 16.26%

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

#B1A342 (or 0xB1A342) is known color: Brass. HEX triplet: B1, A3 and 42. RGB value is (177,163,66). Sum of RGB (Red+Green+Blue) = 177+163+66=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A342 is #4E5CBD. Grayscale: #9C9C9C. Windows color (decimal): -5135550 or 4367281. OLE color: 4367281.

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

Color convert

RGB 177 163 66 -
CMYK 0 0.08 0.63 0.31
HSL 52.43º 0.46% 0.48% -
HSV(B) 52.43º 0.63% 0.69% -
XYZ 32.21 35.93 10.39 -
YUV 156.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 177 163 66 0 0.08 0.63 0.31 52.43 0.46 0.48
Hex B1 A3 42 0 8 3F 1F 34 2E 30
Octal 261 243 102 0 10 77 37 64 56 60
Binary 10110001 10100011 1000010 0 1000 111111 11111 110100 101110 110000

Color Harmonies of #B1A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A342

Black with #B1A342

Text Example


Text Example

White with #B1A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A342; }

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

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

background-color css

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

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

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

border-color css

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

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

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