Html Css Color HEX #B49912 Buddha Gold

📋 copy color: '#B49912'

red 180 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #B49912

Tints of Buddha Gold #B49912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 51.28%
G = 43.59%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B49912 (or 0xB49912) is known color: Buddha Gold. HEX triplet: B4, 99 and 12. RGB value is (180,153,18). Sum of RGB (Red+Green+Blue) = 180+153+18=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B49912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49912 is #4B66ED. Grayscale: #929292. Windows color (decimal): -4941550 or 1218996. OLE color: 1218996.

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

Color convert

RGB 180 153 18 -
CMYK 0 0.15 0.9 0.29
HSL 50º 0.82% 0.39% -
HSV(B) 50º 0.9% 0.71% -
XYZ 30.32 32.53 5.25 -
YUV 145.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 180 153 18 0 0.15 0.9 0.29 50 0.82 0.39
Hex B4 99 12 0 F 5A 1D 32 52 27
Octal 264 231 22 0 17 132 35 62 122 47
Binary 10110100 10011001 10010 0 1111 1011010 11101 110010 1010010 100111

Color Harmonies of #B49912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49912

Black with #B49912

Text Example


Text Example

White with #B49912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49912; }

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

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

background-color css

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

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

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

border-color css

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

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

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