Html Css Color HEX #B49918 Buddha Gold

📋 copy color: '#B49918'

red 180 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #B49918

Tints of Buddha Gold #B49918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 50.42%
G = 42.86%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49918 (or 0xB49918) is known color: Buddha Gold. HEX triplet: B4, 99 and 18. RGB value is (180,153,24). Sum of RGB (Red+Green+Blue) = 180+153+24=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B49918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49918 is #4B66E7. Grayscale: #929292. Windows color (decimal): -4941544 or 1612212. OLE color: 1612212.

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

Color convert

RGB 180 153 24 -
CMYK 0 0.15 0.87 0.29
HSL 49.62º 0.76% 0.4% -
HSV(B) 49.62º 0.87% 0.71% -
XYZ 30.38 32.55 5.55 -
YUV 146.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 180 153 24 0 0.15 0.87 0.29 49.62 0.76 0.4
Hex B4 99 18 0 F 57 1D 32 4C 28
Octal 264 231 30 0 17 127 35 62 114 50
Binary 10110100 10011001 11000 0 1111 1010111 11101 110010 1001100 101000

Color Harmonies of #B49918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49918

Black with #B49918

Text Example


Text Example

White with #B49918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49918; }

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

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

background-color css

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

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

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

border-color css

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

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

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