Html Css Color HEX #B19D3A Brass

📋 copy color: '#B19D3A'

red 177 ◦ green 157 ◦ blue 58

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

Shades of Brass #B19D3A

Tints of Brass #B19D3A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

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

R = 45.15%
G = 40.05%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B19D3A (or 0xB19D3A) is known color: Brass. HEX triplet: B1, 9D and 3A. RGB value is (177,157,58). Sum of RGB (Red+Green+Blue) = 177+157+58=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19D3A is #4E62C5. Grayscale: #989898. Windows color (decimal): -5137094 or 3841457. OLE color: 3841457.

HSL color Cylindrical-coordinate representation of color #B19D3A: hue angle of 49.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 #B19D3A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 157 58 -
CMYK 0 0.11 0.67 0.31
HSL 49.92º 0.51% 0.46% -
HSV(B) 49.92º 0.67% 0.69% -
XYZ 30.95 33.77 8.89 -
YUV 151.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 177 157 58 0 0.11 0.67 0.31 49.92 0.51 0.46
Hex B1 9D 3A 0 B 43 1F 32 33 2E
Octal 261 235 72 0 13 103 37 62 63 56
Binary 10110001 10011101 111010 0 1011 1000011 11111 110010 110011 101110

Color Harmonies of #B19D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D3A

Black with #B19D3A

Text Example


Text Example

White with #B19D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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