Html Css Color HEX #B1AC44 Brass

📋 copy color: '#B1AC44'

red 177 ◦ green 172 ◦ blue 68

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

Shades of Brass #B1AC44

Tints of Brass #B1AC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.31%

R = 42.45%
G = 41.25%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1AC44 (or 0xB1AC44) is known color: Brass. HEX triplet: B1, AC and 44. RGB value is (177,172,68). Sum of RGB (Red+Green+Blue) = 177+172+68=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC44 is #4E53BB. Grayscale: #A2A2A2. Windows color (decimal): -5133244 or 4500657. OLE color: 4500657.

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

Color convert

RGB 177 172 68 -
CMYK 0 0.03 0.62 0.31
HSL 57.25º 0.44% 0.48% -
HSV(B) 57.25º 0.62% 0.69% -
XYZ 33.93 39.27 11.26 -
YUV 161.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 177 172 68 0 0.03 0.62 0.31 57.25 0.44 0.48
Hex B1 AC 44 0 3 3E 1F 39 2C 30
Octal 261 254 104 0 3 76 37 71 54 60
Binary 10110001 10101100 1000100 0 11 111110 11111 111001 101100 110000

Color Harmonies of #B1AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC44

Black with #B1AC44

Text Example


Text Example

White with #B1AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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