Html Css Color HEX #B49519 Buddha Gold

📋 copy color: '#B49519'

red 180 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #B49519

Tints of Buddha Gold #B49519

RGB

 RED value IS 180 (70.7% from 255) = 50.85%

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 50.85%
G = 42.09%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B49519 (or 0xB49519) is known color: Buddha Gold. HEX triplet: B4, 95 and 19. RGB value is (180,149,25). Sum of RGB (Red+Green+Blue) = 180+149+25=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B49519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49519 is #4B6AE6. Grayscale: #909090. Windows color (decimal): -4942567 or 1676724. OLE color: 1676724.

HSL color Cylindrical-coordinate representation of color #B49519: hue angle of 48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B49519 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 25 -
CMYK 0 0.17 0.86 0.29
HSL 48º 0.76% 0.4% -
HSV(B) 48º 0.86% 0.71% -
XYZ 29.75 31.27 5.39 -
YUV 144.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 180 149 25 0 0.17 0.86 0.29 48 0.76 0.4
Hex B4 95 19 0 11 56 1D 30 4C 28
Octal 264 225 31 0 21 126 35 60 114 50
Binary 10110100 10010101 11001 0 10001 1010110 11101 110000 1001100 101000

Color Harmonies of #B49519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49519

Black with #B49519

Text Example


Text Example

White with #B49519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49519; }

 p { color: rgb(180,149,25); }

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

background-color css

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

 a { background-color: rgb(180,149,25); }

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

border-color css

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

 span { border-color: rgb(180,149,25); }

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