Html Css Color HEX #B49C13 Buddha Gold

📋 copy color: '#B49C13'

red 180 ◦ green 156 ◦ blue 19

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

Shades of Buddha Gold #B49C13

Tints of Buddha Gold #B49C13

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

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

R = 50.7%
G = 43.94%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49C13 (or 0xB49C13) is known color: Buddha Gold. HEX triplet: B4, 9C and 13. RGB value is (180,156,19). Sum of RGB (Red+Green+Blue) = 180+156+19=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C13 is #4B63EC. Grayscale: #949494. Windows color (decimal): -4940781 or 1285300. OLE color: 1285300.

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

Color convert

RGB 180 156 19 -
CMYK 0 0.13 0.89 0.29
HSL 51.06º 0.81% 0.39% -
HSV(B) 51.06º 0.89% 0.71% -
XYZ 30.83 33.53 5.46 -
YUV 147.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 180 156 19 0 0.13 0.89 0.29 51.06 0.81 0.39
Hex B4 9C 13 0 D 59 1D 33 51 27
Octal 264 234 23 0 15 131 35 63 121 47
Binary 10110100 10011100 10011 0 1101 1011001 11101 110011 1010001 100111

Color Harmonies of #B49C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C13

Black with #B49C13

Text Example


Text Example

White with #B49C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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