Html Css Color HEX #B59F3A Brass

📋 copy color: '#B59F3A'

red 181 ◦ green 159 ◦ blue 58

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

Shades of Brass #B59F3A

Tints of Brass #B59F3A

RGB

 RED value IS 181 (71.09% from 255) = 45.48%

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

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

R = 45.48%
G = 39.95%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B59F3A (or 0xB59F3A) is known color: Brass. HEX triplet: B5, 9F and 3A. RGB value is (181,159,58). Sum of RGB (Red+Green+Blue) = 181+159+58=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F3A is #4A60C5. Grayscale: #9A9A9A. Windows color (decimal): -4874438 or 3841973. OLE color: 3841973.

HSL color Cylindrical-coordinate representation of color #B59F3A: hue angle of 49.27º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B59F3A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 159 58 -
CMYK 0 0.12 0.68 0.29
HSL 49.27º 0.51% 0.47% -
HSV(B) 49.27º 0.68% 0.71% -
XYZ 32.22 34.93 9.05 -
YUV 154.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 181 159 58 0 0.12 0.68 0.29 49.27 0.51 0.47
Hex B5 9F 3A 0 C 44 1D 31 33 2F
Octal 265 237 72 0 14 104 35 61 63 57
Binary 10110101 10011111 111010 0 1100 1000100 11101 110001 110011 101111

Color Harmonies of #B59F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F3A

Black with #B59F3A

Text Example


Text Example

White with #B59F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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