Html Css Color HEX #B49E10 Buddha Gold

📋 copy color: '#B49E10'

red 180 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #B49E10

Tints of Buddha Gold #B49E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

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

R = 50.85%
G = 44.63%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49E10 (or 0xB49E10) is known color: Buddha Gold. HEX triplet: B4, 9E and 10. RGB value is (180,158,16). Sum of RGB (Red+Green+Blue) = 180+158+16=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49E10 is #4B61EF. Grayscale: #949494. Windows color (decimal): -4940272 or 1089204. OLE color: 1089204.

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

Color convert

RGB 180 158 16 -
CMYK 0 0.12 0.91 0.29
HSL 51.95º 0.84% 0.38% -
HSV(B) 51.95º 0.91% 0.71% -
XYZ 31.14 34.19 5.45 -
YUV 148.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 180 158 16 0 0.12 0.91 0.29 51.95 0.84 0.38
Hex B4 9E 10 0 C 5B 1D 34 54 26
Octal 264 236 20 0 14 133 35 64 124 46
Binary 10110100 10011110 10000 0 1100 1011011 11101 110100 1010100 100110

Color Harmonies of #B49E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E10

Black with #B49E10

Text Example


Text Example

White with #B49E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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