Html Css Color HEX #B49C10 Buddha Gold

📋 copy color: '#B49C10'

red 180 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #B49C10

Tints of Buddha Gold #B49C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

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

R = 51.14%
G = 44.32%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49C10 (or 0xB49C10) is known color: Buddha Gold. HEX triplet: B4, 9C and 10. RGB value is (180,156,16). Sum of RGB (Red+Green+Blue) = 180+156+16=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C10 is #4B63EF. Grayscale: #939393. Windows color (decimal): -4940784 or 1088692. OLE color: 1088692.

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

Color convert

RGB 180 156 16 -
CMYK 0 0.13 0.91 0.29
HSL 51.22º 0.84% 0.38% -
HSV(B) 51.22º 0.91% 0.71% -
XYZ 30.8 33.52 5.34 -
YUV 147.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 180 156 16 0 0.13 0.91 0.29 51.22 0.84 0.38
Hex B4 9C 10 0 D 5B 1D 33 54 26
Octal 264 234 20 0 15 133 35 63 124 46
Binary 10110100 10011100 10000 0 1101 1011011 11101 110011 1010100 100110

Color Harmonies of #B49C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C10

Black with #B49C10

Text Example


Text Example

White with #B49C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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