Html Css Color HEX #B39F37 Brass

📋 copy color: '#B39F37'

red 179 ◦ green 159 ◦ blue 55

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

Shades of Brass #B39F37

Tints of Brass #B39F37

RGB

 RED value IS 179 (70.31% from 255) = 45.55%

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

 BLUE value IS 55 (21.88% from 255) = 13.99%

R = 45.55%
G = 40.46%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B39F37 (or 0xB39F37) is known color: Brass. HEX triplet: B3, 9F and 37. RGB value is (179,159,55). Sum of RGB (Red+Green+Blue) = 179+159+55=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39F37 is #4C60C8. Grayscale: #999999. Windows color (decimal): -5005513 or 3645363. OLE color: 3645363.

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

Color convert

RGB 179 159 55 -
CMYK 0 0.11 0.69 0.30
HSL 50.32º 0.53% 0.46% -
HSV(B) 50.32º 0.69% 0.7% -
XYZ 31.68 34.66 8.63 -
YUV 153.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 179 159 55 0 0.11 0.69 0.30 50.32 0.53 0.46
Hex B3 9F 37 0 B 45 1E 32 35 2E
Octal 263 237 67 0 13 105 36 62 65 56
Binary 10110011 10011111 110111 0 1011 1000101 11110 110010 110101 101110

Color Harmonies of #B39F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39F37

Black with #B39F37

Text Example


Text Example

White with #B39F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39F37; }

 p { color: rgb(179,159,55); }

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

background-color css

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

 a { background-color: rgb(179,159,55); }

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

border-color css

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

 span { border-color: rgb(179,159,55); }

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