Html Css Color HEX #B49412 Buddha Gold

📋 copy color: '#B49412'

red 180 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #B49412

Tints of Buddha Gold #B49412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 52.02%
G = 42.77%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B49412 (or 0xB49412) is known color: Buddha Gold. HEX triplet: B4, 94 and 12. RGB value is (180,148,18). Sum of RGB (Red+Green+Blue) = 180+148+18=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B49412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49412 is #4B6BED. Grayscale: #8F8F8F. Windows color (decimal): -4942830 or 1217716. OLE color: 1217716.

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

Color convert

RGB 180 148 18 -
CMYK 0 0.18 0.9 0.29
HSL 48.15º 0.82% 0.39% -
HSV(B) 48.15º 0.9% 0.71% -
XYZ 29.52 30.93 4.99 -
YUV 142.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 180 148 18 0 0.18 0.9 0.29 48.15 0.82 0.39
Hex B4 94 12 0 12 5A 1D 30 52 27
Octal 264 224 22 0 22 132 35 60 122 47
Binary 10110100 10010100 10010 0 10010 1011010 11101 110000 1010010 100111

Color Harmonies of #B49412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49412

Black with #B49412

Text Example


Text Example

White with #B49412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49412; }

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

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

background-color css

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

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

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

border-color css

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

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

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