Html Css Color HEX #B49314 Buddha Gold

📋 copy color: '#B49314'

red 180 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #B49314

Tints of Buddha Gold #B49314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

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

R = 51.87%
G = 42.36%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49314 (or 0xB49314) is known color: Buddha Gold. HEX triplet: B4, 93 and 14. RGB value is (180,147,20). Sum of RGB (Red+Green+Blue) = 180+147+20=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B49314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49314 is #4B6CEB. Grayscale: #8E8E8E. Windows color (decimal): -4943084 or 1348532. OLE color: 1348532.

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

Color convert

RGB 180 147 20 -
CMYK 0 0.18 0.89 0.29
HSL 47.63º 0.8% 0.39% -
HSV(B) 47.63º 0.89% 0.71% -
XYZ 29.38 30.62 5.02 -
YUV 142.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 180 147 20 0 0.18 0.89 0.29 47.63 0.8 0.39
Hex B4 93 14 0 12 59 1D 30 50 27
Octal 264 223 24 0 22 131 35 60 120 47
Binary 10110100 10010011 10100 0 10010 1011001 11101 110000 1010000 100111

Color Harmonies of #B49314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49314

Black with #B49314

Text Example


Text Example

White with #B49314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49314; }

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

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

background-color css

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

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

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

border-color css

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

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

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