Html Css Color HEX #B49114 Buddha Gold

📋 copy color: '#B49114'

red 180 ◦ green 145 ◦ blue 20

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

Shades of Buddha Gold #B49114

Tints of Buddha Gold #B49114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 52.17%
G = 42.03%
B = 5.8%

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

#B49114 (or 0xB49114) is known color: Buddha Gold. HEX triplet: B4, 91 and 14. RGB value is (180,145,20). Sum of RGB (Red+Green+Blue) = 180+145+20=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B49114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49114 is #4B6EEB. Grayscale: #8D8D8D. Windows color (decimal): -4943596 or 1348020. OLE color: 1348020.

HSL color Cylindrical-coordinate representation of color #B49114: hue angle of 46.88º degrees, saturation: 0.8, 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 #B49114 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 20 -
CMYK 0 0.19 0.89 0.29
HSL 46.88º 0.8% 0.39% -
HSV(B) 46.88º 0.89% 0.71% -
XYZ 29.07 30 4.92 -
YUV 141.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 180 145 20 0 0.19 0.89 0.29 46.88 0.8 0.39
Hex B4 91 14 0 13 59 1D 2F 50 27
Octal 264 221 24 0 23 131 35 57 120 47
Binary 10110100 10010001 10100 0 10011 1011001 11101 101111 1010000 100111

Color Harmonies of #B49114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49114

Black with #B49114

Text Example


Text Example

White with #B49114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49114; }

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

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

background-color css

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

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

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

border-color css

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

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

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