Html Css Color HEX #B19E42 Brass

📋 copy color: '#B19E42'

red 177 ◦ green 158 ◦ blue 66

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

Shades of Brass #B19E42

Tints of Brass #B19E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 44.14%
G = 39.4%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B19E42 (or 0xB19E42) is known color: Brass. HEX triplet: B1, 9E and 42. RGB value is (177,158,66). Sum of RGB (Red+Green+Blue) = 177+158+66=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E42 is #4E61BD. Grayscale: #999999. Windows color (decimal): -5136830 or 4366001. OLE color: 4366001.

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

Color convert

RGB 177 158 66 -
CMYK 0 0.11 0.63 0.31
HSL 49.73º 0.46% 0.48% -
HSV(B) 49.73º 0.63% 0.69% -
XYZ 31.34 34.19 10.1 -
YUV 153.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 177 158 66 0 0.11 0.63 0.31 49.73 0.46 0.48
Hex B1 9E 42 0 B 3F 1F 32 2E 30
Octal 261 236 102 0 13 77 37 62 56 60
Binary 10110001 10011110 1000010 0 1011 111111 11111 110010 101110 110000

Color Harmonies of #B19E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E42

Black with #B19E42

Text Example


Text Example

White with #B19E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E42; }

 p { color: rgb(177,158,66); }

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

background-color css

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

 a { background-color: rgb(177,158,66); }

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

border-color css

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

 span { border-color: rgb(177,158,66); }

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