Html Css Color HEX #B49810 Buddha Gold

📋 copy color: '#B49810'

red 180 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #B49810

Tints of Buddha Gold #B49810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 51.72%
G = 43.68%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49810 (or 0xB49810) is known color: Buddha Gold. HEX triplet: B4, 98 and 10. RGB value is (180,152,16). Sum of RGB (Red+Green+Blue) = 180+152+16=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B49810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49810 is #4B67EF. Grayscale: #919191. Windows color (decimal): -4941808 or 1087668. OLE color: 1087668.

HSL color Cylindrical-coordinate representation of color #B49810: hue angle of 49.76º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B49810 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 16 -
CMYK 0 0.16 0.91 0.29
HSL 49.76º 0.84% 0.38% -
HSV(B) 49.76º 0.91% 0.71% -
XYZ 30.14 32.2 5.12 -
YUV 144.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 180 152 16 0 0.16 0.91 0.29 49.76 0.84 0.38
Hex B4 98 10 0 10 5B 1D 32 54 26
Octal 264 230 20 0 20 133 35 62 124 46
Binary 10110100 10011000 10000 0 10000 1011011 11101 110010 1010100 100110

Color Harmonies of #B49810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49810

Black with #B49810

Text Example


Text Example

White with #B49810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49810; }

 p { color: rgb(180,152,16); }

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

background-color css

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

 a { background-color: rgb(180,152,16); }

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

border-color css

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

 span { border-color: rgb(180,152,16); }

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