Html Css Color HEX #B49713 Buddha Gold

📋 copy color: '#B49713'

red 180 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #B49713

Tints of Buddha Gold #B49713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

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

R = 51.43%
G = 43.14%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49713 (or 0xB49713) is known color: Buddha Gold. HEX triplet: B4, 97 and 13. RGB value is (180,151,19). Sum of RGB (Red+Green+Blue) = 180+151+19=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49713 is #4B68EC. Grayscale: #919191. Windows color (decimal): -4942061 or 1284020. OLE color: 1284020.

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

Color convert

RGB 180 151 19 -
CMYK 0 0.16 0.89 0.29
HSL 49.19º 0.81% 0.39% -
HSV(B) 49.19º 0.89% 0.71% -
XYZ 30.01 31.88 5.19 -
YUV 144.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 180 151 19 0 0.16 0.89 0.29 49.19 0.81 0.39
Hex B4 97 13 0 10 59 1D 31 51 27
Octal 264 227 23 0 20 131 35 61 121 47
Binary 10110100 10010111 10011 0 10000 1011001 11101 110001 1010001 100111

Color Harmonies of #B49713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49713

Black with #B49713

Text Example


Text Example

White with #B49713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49713; }

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

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

background-color css

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

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

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

border-color css

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

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

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