Html Css Color HEX #B49219 Buddha Gold

📋 copy color: '#B49219'

red 180 ◦ green 146 ◦ blue 25

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

Shades of Buddha Gold #B49219

Tints of Buddha Gold #B49219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

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

R = 51.28%
G = 41.6%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B49219 (or 0xB49219) is known color: Buddha Gold. HEX triplet: B4, 92 and 19. RGB value is (180,146,25). Sum of RGB (Red+Green+Blue) = 180+146+25=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B49219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49219 is #4B6DE6. Grayscale: #8E8E8E. Windows color (decimal): -4943335 or 1675956. OLE color: 1675956.

HSL color Cylindrical-coordinate representation of color #B49219: hue angle of 46.84º 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 #B49219 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 25 -
CMYK 0 0.19 0.86 0.29
HSL 46.84º 0.76% 0.4% -
HSV(B) 46.84º 0.86% 0.71% -
XYZ 29.28 30.33 5.23 -
YUV 142.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 180 146 25 0 0.19 0.86 0.29 46.84 0.76 0.4
Hex B4 92 19 0 13 56 1D 2F 4C 28
Octal 264 222 31 0 23 126 35 57 114 50
Binary 10110100 10010010 11001 0 10011 1010110 11101 101111 1001100 101000

Color Harmonies of #B49219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49219

Black with #B49219

Text Example


Text Example

White with #B49219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49219; }

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

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

background-color css

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

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

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

border-color css

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

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

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