Html Css Color HEX #B39119 Buddha Gold

📋 copy color: '#B39119'

red 179 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #B39119

Tints of Buddha Gold #B39119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 51.29%
G = 41.55%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B39119 (or 0xB39119) is known color: Buddha Gold. HEX triplet: B3, 91 and 19. RGB value is (179,145,25). Sum of RGB (Red+Green+Blue) = 179+145+25=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B39119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39119 is #4C6EE6. Grayscale: #8E8E8E. Windows color (decimal): -5009127 or 1675699. OLE color: 1675699.

HSL color Cylindrical-coordinate representation of color #B39119: hue angle of 46.75º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B39119 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 25 -
CMYK 0 0.19 0.86 0.30
HSL 46.75º 0.75% 0.4% -
HSV(B) 46.75º 0.86% 0.7% -
XYZ 28.89 29.9 5.17 -
YUV 141.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 179 145 25 0 0.19 0.86 0.30 46.75 0.75 0.4
Hex B3 91 19 0 13 56 1E 2F 4B 28
Octal 263 221 31 0 23 126 36 57 113 50
Binary 10110011 10010001 11001 0 10011 1010110 11110 101111 1001011 101000

Color Harmonies of #B39119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39119

Black with #B39119

Text Example


Text Example

White with #B39119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39119; }

 p { color: rgb(179,145,25); }

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

background-color css

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

 a { background-color: rgb(179,145,25); }

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

border-color css

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

 span { border-color: rgb(179,145,25); }

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