Html Css Color HEX #B49018 Buddha Gold

📋 copy color: '#B49018'

red 180 ◦ green 144 ◦ blue 24

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

Shades of Buddha Gold #B49018

Tints of Buddha Gold #B49018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 51.72%
G = 41.38%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49018 (or 0xB49018) is known color: Buddha Gold. HEX triplet: B4, 90 and 18. RGB value is (180,144,24). Sum of RGB (Red+Green+Blue) = 180+144+24=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B49018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49018 is #4B6FE7. Grayscale: #8D8D8D. Windows color (decimal): -4943848 or 1609908. OLE color: 1609908.

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

Color convert

RGB 180 144 24 -
CMYK 0 0.2 0.87 0.29
HSL 46.15º 0.76% 0.4% -
HSV(B) 46.15º 0.87% 0.71% -
XYZ 28.96 29.72 5.07 -
YUV 141.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 180 144 24 0 0.2 0.87 0.29 46.15 0.76 0.4
Hex B4 90 18 0 14 57 1D 2E 4C 28
Octal 264 220 30 0 24 127 35 56 114 50
Binary 10110100 10010000 11000 0 10100 1010111 11101 101110 1001100 101000

Color Harmonies of #B49018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49018

Black with #B49018

Text Example


Text Example

White with #B49018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49018; }

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

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

background-color css

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

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

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

border-color css

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

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

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