Html Css Color HEX #B19F3A Brass

📋 copy color: '#B19F3A'

red 177 ◦ green 159 ◦ blue 58

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

Shades of Brass #B19F3A

Tints of Brass #B19F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 44.92%
G = 40.36%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B19F3A (or 0xB19F3A) is known color: Brass. HEX triplet: B1, 9F and 3A. RGB value is (177,159,58). Sum of RGB (Red+Green+Blue) = 177+159+58=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F3A is #4E60C5. Grayscale: #999999. Windows color (decimal): -5136582 or 3841969. OLE color: 3841969.

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

Color convert

RGB 177 159 58 -
CMYK 0 0.10 0.67 0.31
HSL 50.92º 0.51% 0.46% -
HSV(B) 50.92º 0.67% 0.69% -
XYZ 31.29 34.45 9 -
YUV 152.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 177 159 58 0 0.10 0.67 0.31 50.92 0.51 0.46
Hex B1 9F 3A 0 A 43 1F 33 33 2E
Octal 261 237 72 0 12 103 37 63 63 56
Binary 10110001 10011111 111010 0 1010 1000011 11111 110011 110011 101110

Color Harmonies of #B19F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F3A

Black with #B19F3A

Text Example


Text Example

White with #B19F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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