Html Css Color HEX #B49113 Buddha Gold

📋 copy color: '#B49113'

red 180 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B49113

Tints of Buddha Gold #B49113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 52.33%
G = 42.15%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49113 (or 0xB49113) is known color: Buddha Gold. HEX triplet: B4, 91 and 13. RGB value is (180,145,19). Sum of RGB (Red+Green+Blue) = 180+145+19=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B49113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49113 is #4B6EEC. Grayscale: #8D8D8D. Windows color (decimal): -4943597 or 1282484. OLE color: 1282484.

HSL color Cylindrical-coordinate representation of color #B49113: hue angle of 46.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B49113 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 19 -
CMYK 0 0.19 0.89 0.29
HSL 46.96º 0.81% 0.39% -
HSV(B) 46.96º 0.89% 0.71% -
XYZ 29.07 30 4.87 -
YUV 141.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 180 145 19 0 0.19 0.89 0.29 46.96 0.81 0.39
Hex B4 91 13 0 13 59 1D 2F 51 27
Octal 264 221 23 0 23 131 35 57 121 47
Binary 10110100 10010001 10011 0 10011 1011001 11101 101111 1010001 100111

Color Harmonies of #B49113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49113

Black with #B49113

Text Example


Text Example

White with #B49113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49113; }

 p { color: rgb(180,145,19); }

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

background-color css

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

 a { background-color: rgb(180,145,19); }

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

border-color css

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

 span { border-color: rgb(180,145,19); }

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