Html Css Color HEX #B19F45 Brass

📋 copy color: '#B19F45'

red 177 ◦ green 159 ◦ blue 69

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

Shades of Brass #B19F45

Tints of Brass #B19F45

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 43.7%
G = 39.26%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B19F45 (or 0xB19F45) is known color: Brass. HEX triplet: B1, 9F and 45. RGB value is (177,159,69). Sum of RGB (Red+Green+Blue) = 177+159+69=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F45 is #4E60BA. Grayscale: #9A9A9A. Windows color (decimal): -5136571 or 4562865. OLE color: 4562865.

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

Color convert

RGB 177 159 69 -
CMYK 0 0.10 0.61 0.31
HSL 50º 0.44% 0.48% -
HSV(B) 50º 0.61% 0.69% -
XYZ 31.6 34.57 10.64 -
YUV 154.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 177 159 69 0 0.10 0.61 0.31 50 0.44 0.48
Hex B1 9F 45 0 A 3D 1F 32 2C 30
Octal 261 237 105 0 12 75 37 62 54 60
Binary 10110001 10011111 1000101 0 1010 111101 11111 110010 101100 110000

Color Harmonies of #B19F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F45

Black with #B19F45

Text Example


Text Example

White with #B19F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F45; }

 p { color: rgb(177,159,69); }

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

background-color css

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

 a { background-color: rgb(177,159,69); }

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

border-color css

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

 span { border-color: rgb(177,159,69); }

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