Html Css Color HEX #B39F3A Brass

📋 copy color: '#B39F3A'

red 179 ◦ green 159 ◦ blue 58

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

Shades of Brass #B39F3A

Tints of Brass #B39F3A

RGB

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

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

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

R = 45.2%
G = 40.15%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B39F3A (or 0xB39F3A) is known color: Brass. HEX triplet: B3, 9F and 3A. RGB value is (179,159,58). Sum of RGB (Red+Green+Blue) = 179+159+58=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39F3A is #4C60C5. Grayscale: #999999. Windows color (decimal): -5005510 or 3841971. OLE color: 3841971.

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

Color convert

RGB 179 159 58 -
CMYK 0 0.11 0.68 0.30
HSL 50.08º 0.51% 0.46% -
HSV(B) 50.08º 0.68% 0.7% -
XYZ 31.75 34.69 9.02 -
YUV 153.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 179 159 58 0 0.11 0.68 0.30 50.08 0.51 0.46
Hex B3 9F 3A 0 B 44 1E 32 33 2E
Octal 263 237 72 0 13 104 36 62 63 56
Binary 10110011 10011111 111010 0 1011 1000100 11110 110010 110011 101110

Color Harmonies of #B39F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39F3A

Black with #B39F3A

Text Example


Text Example

White with #B39F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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