Html Css Color HEX #B1AC4D Brass

📋 copy color: '#B1AC4D'

red 177 ◦ green 172 ◦ blue 77

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

Shades of Brass #B1AC4D

Tints of Brass #B1AC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 41.55%
G = 40.38%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1AC4D (or 0xB1AC4D) is known color: Brass. HEX triplet: B1, AC and 4D. RGB value is (177,172,77). Sum of RGB (Red+Green+Blue) = 177+172+77=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC4D is #4E53B2. Grayscale: #A3A3A3. Windows color (decimal): -5133235 or 5090481. OLE color: 5090481.

HSL color Cylindrical-coordinate representation of color #B1AC4D: hue angle of 57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1AC4D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 77 -
CMYK 0 0.03 0.56 0.31
HSL 57º 0.39% 0.5% -
HSV(B) 57º 0.56% 0.69% -
XYZ 34.22 39.39 12.82 -
YUV 162.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 177 172 77 0 0.03 0.56 0.31 57 0.39 0.5
Hex B1 AC 4D 0 3 38 1F 39 27 32
Octal 261 254 115 0 3 70 37 71 47 62
Binary 10110001 10101100 1001101 0 11 111000 11111 111001 100111 110010

Color Harmonies of #B1AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC4D

Black with #B1AC4D

Text Example


Text Example

White with #B1AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC4D; }

 p { color: rgb(177,172,77); }

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

background-color css

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

 a { background-color: rgb(177,172,77); }

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

border-color css

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

 span { border-color: rgb(177,172,77); }

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