Html Css Color HEX #B49518 Buddha Gold

📋 copy color: '#B49518'

red 180 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #B49518

Tints of Buddha Gold #B49518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 50.99%
G = 42.21%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49518 (or 0xB49518) is known color: Buddha Gold. HEX triplet: B4, 95 and 18. RGB value is (180,149,24). Sum of RGB (Red+Green+Blue) = 180+149+24=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B49518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49518 is #4B6AE7. Grayscale: #909090. Windows color (decimal): -4942568 or 1611188. OLE color: 1611188.

HSL color Cylindrical-coordinate representation of color #B49518: hue angle of 48.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B49518 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 24 -
CMYK 0 0.17 0.87 0.29
HSL 48.08º 0.76% 0.4% -
HSV(B) 48.08º 0.87% 0.71% -
XYZ 29.73 31.26 5.33 -
YUV 144.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 180 149 24 0 0.17 0.87 0.29 48.08 0.76 0.4
Hex B4 95 18 0 11 57 1D 30 4C 28
Octal 264 225 30 0 21 127 35 60 114 50
Binary 10110100 10010101 11000 0 10001 1010111 11101 110000 1001100 101000

Color Harmonies of #B49518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49518

Black with #B49518

Text Example


Text Example

White with #B49518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49518; }

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

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

background-color css

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

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

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

border-color css

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

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

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