Html Css Color HEX #B1A844 Brass

📋 copy color: '#B1A844'

red 177 ◦ green 168 ◦ blue 68

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

Shades of Brass #B1A844

Tints of Brass #B1A844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 42.86%
G = 40.68%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1A844 (or 0xB1A844) is known color: Brass. HEX triplet: B1, A8 and 44. RGB value is (177,168,68). Sum of RGB (Red+Green+Blue) = 177+168+68=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A844 is #4E57BB. Grayscale: #9F9F9F. Windows color (decimal): -5134268 or 4499633. OLE color: 4499633.

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

Color convert

RGB 177 168 68 -
CMYK 0 0.05 0.62 0.31
HSL 55.05º 0.44% 0.48% -
HSV(B) 55.05º 0.62% 0.69% -
XYZ 33.18 37.77 11.01 -
YUV 159.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 177 168 68 0 0.05 0.62 0.31 55.05 0.44 0.48
Hex B1 A8 44 0 5 3E 1F 37 2C 30
Octal 261 250 104 0 5 76 37 67 54 60
Binary 10110001 10101000 1000100 0 101 111110 11111 110111 101100 110000

Color Harmonies of #B1A844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A844

Black with #B1A844

Text Example


Text Example

White with #B1A844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A844; }

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

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

background-color css

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

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

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

border-color css

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

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

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