Html Css Color HEX #B49510 Buddha Gold

📋 copy color: '#B49510'

red 180 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #B49510

Tints of Buddha Gold #B49510

RGB

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

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

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

R = 52.17%
G = 43.19%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49510 (or 0xB49510) is known color: Buddha Gold. HEX triplet: B4, 95 and 10. RGB value is (180,149,16). Sum of RGB (Red+Green+Blue) = 180+149+16=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B49510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49510 is #4B6AEF. Grayscale: #8F8F8F. Windows color (decimal): -4942576 or 1086900. OLE color: 1086900.

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

Color convert

RGB 180 149 16 -
CMYK 0 0.17 0.91 0.29
HSL 48.66º 0.84% 0.38% -
HSV(B) 48.66º 0.91% 0.71% -
XYZ 29.66 31.24 4.96 -
YUV 143.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 180 149 16 0 0.17 0.91 0.29 48.66 0.84 0.38
Hex B4 95 10 0 11 5B 1D 31 54 26
Octal 264 225 20 0 21 133 35 61 124 46
Binary 10110100 10010101 10000 0 10001 1011011 11101 110001 1010100 100110

Color Harmonies of #B49510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49510

Black with #B49510

Text Example


Text Example

White with #B49510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49510; }

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

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

background-color css

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

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

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

border-color css

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

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

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