Html Css Color HEX #B49512 Buddha Gold

📋 copy color: '#B49512'

red 180 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #B49512

Tints of Buddha Gold #B49512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 51.87%
G = 42.94%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B49512 (or 0xB49512) is known color: Buddha Gold. HEX triplet: B4, 95 and 12. RGB value is (180,149,18). Sum of RGB (Red+Green+Blue) = 180+149+18=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B49512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49512 is #4B6AED. Grayscale: #8F8F8F. Windows color (decimal): -4942574 or 1217972. OLE color: 1217972.

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

Color convert

RGB 180 149 18 -
CMYK 0 0.17 0.9 0.29
HSL 48.52º 0.82% 0.39% -
HSV(B) 48.52º 0.9% 0.71% -
XYZ 29.68 31.24 5.04 -
YUV 143.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 180 149 18 0 0.17 0.9 0.29 48.52 0.82 0.39
Hex B4 95 12 0 11 5A 1D 31 52 27
Octal 264 225 22 0 21 132 35 61 122 47
Binary 10110100 10010101 10010 0 10001 1011010 11101 110001 1010010 100111

Color Harmonies of #B49512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49512

Black with #B49512

Text Example


Text Example

White with #B49512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49512; }

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

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

background-color css

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

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

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

border-color css

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

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

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