Html Css Color HEX #B49019 Buddha Gold

📋 copy color: '#B49019'

red 180 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #B49019

Tints of Buddha Gold #B49019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 51.58%
G = 41.26%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B49019 (or 0xB49019) is known color: Buddha Gold. HEX triplet: B4, 90 and 19. RGB value is (180,144,25). Sum of RGB (Red+Green+Blue) = 180+144+25=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B49019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49019 is #4B6FE6. Grayscale: #8D8D8D. Windows color (decimal): -4943847 or 1675444. OLE color: 1675444.

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

Color convert

RGB 180 144 25 -
CMYK 0 0.2 0.86 0.29
HSL 46.06º 0.76% 0.4% -
HSV(B) 46.06º 0.86% 0.71% -
XYZ 28.97 29.72 5.13 -
YUV 141.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 180 144 25 0 0.2 0.86 0.29 46.06 0.76 0.4
Hex B4 90 19 0 14 56 1D 2E 4C 28
Octal 264 220 31 0 24 126 35 56 114 50
Binary 10110100 10010000 11001 0 10100 1010110 11101 101110 1001100 101000

Color Harmonies of #B49019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49019

Black with #B49019

Text Example


Text Example

White with #B49019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49019; }

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

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

background-color css

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

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

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

border-color css

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

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

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