Html Css Color HEX #B49214 Buddha Gold

📋 copy color: '#B49214'

red 180 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #B49214

Tints of Buddha Gold #B49214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

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

R = 52.02%
G = 42.2%
B = 5.78%

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

#B49214 (or 0xB49214) is known color: Buddha Gold. HEX triplet: B4, 92 and 14. RGB value is (180,146,20). Sum of RGB (Red+Green+Blue) = 180+146+20=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B49214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49214 is #4B6DEB. Grayscale: #8E8E8E. Windows color (decimal): -4943340 or 1348276. OLE color: 1348276.

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

Color convert

RGB 180 146 20 -
CMYK 0 0.19 0.89 0.29
HSL 47.25º 0.8% 0.39% -
HSV(B) 47.25º 0.89% 0.71% -
XYZ 29.23 30.31 4.97 -
YUV 141.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 180 146 20 0 0.19 0.89 0.29 47.25 0.8 0.39
Hex B4 92 14 0 13 59 1D 2F 50 27
Octal 264 222 24 0 23 131 35 57 120 47
Binary 10110100 10010010 10100 0 10011 1011001 11101 101111 1010000 100111

Color Harmonies of #B49214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49214

Black with #B49214

Text Example


Text Example

White with #B49214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49214; }

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

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

background-color css

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

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

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

border-color css

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

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

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